Skip to content

Release 1.0.2

Choose a tag to compare

@github-actions github-actions released this 18 Nov 02:57
· 2 commits to main since this release

PluginUpdateCore 1.0.2

πŸ“¦ Artifacts

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

πŸ“ Changes

Built from commit: d16fa0b

πŸ“š Documentation

See README.md for usage instructions.

πŸ”— Maven Dependency

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

πŸ”— Gradle Dependency (Kotlin DSL)

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

πŸ”— Gradle Dependency (Groovy)

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