Skip to content

Release 1.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Nov 03:21

PluginUpdateCore 1.0.4

πŸ“¦ Artifacts

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

πŸ“ Changes

Built from commit: d4a8fda

πŸ“š Documentation

See README.md for usage instructions.

πŸ”— Maven Dependency

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

πŸ”— Gradle Dependency (Kotlin DSL)

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

πŸ”— Gradle Dependency (Groovy)

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