Skip to content

Release 1.0.3

Choose a tag to compare

@github-actions github-actions released this 18 Nov 03:08
· 1 commit to main since this release

PluginUpdateCore 1.0.3

πŸ“¦ Artifacts

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

πŸ“ Changes

Built from commit: c9d7d9b

πŸ“š Documentation

See README.md for usage instructions.

πŸ”— Maven Dependency

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

πŸ”— Gradle Dependency (Kotlin DSL)

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

πŸ”— Gradle Dependency (Groovy)

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