Skip to content

Release 1.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 25 May 02:55
· 1 commit to main since this release

PluginUpdateCore 1.0.5

Artifacts

  • Main JAR: PluginUpdateCore-1.0.5.jar
  • Sources JAR: PluginUpdateCore-1.0.5-sources.jar
  • Javadoc JAR: PluginUpdateCore-1.0.5-javadoc.jar

Changes

Built from commit: 87bf561

Documentation

See README.md for usage instructions.

Maven Dependency

<dependency>
    <groupId>com.github.NighterDevelopment</groupId>
    <artifactId>PluginUpdateCore</artifactId>
    <version>1.0.5</version>
</dependency>

Gradle Dependency (Kotlin DSL)

implementation("com.github.NighterDevelopment:PluginUpdateCore:1.0.5")

Gradle Dependency (Groovy)

implementation 'com.github.NighterDevelopment:PluginUpdateCore:1.0.5'