Skip to content

plugin-utilities v1.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 11:06
· 3 commits to main since this release

A new version of plugin-utilities is ready. Grab your own via JitPack:

Maven

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.github.CosimoTiger</groupId>
  <artifactId>plugin-utilities</artifactId>
  <version>1.0.0-beta.3</version>
</dependency>

Gradle

dependencyResolutionManagement {
  repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
  }
}

dependencies {
  implementation 'com.github.CosimoTiger:plugin-utilities:1.0.0-beta.3'
}

Changelog

Full Changelog: 1.0.0-beta.2...1.0.0-beta.3