Skip to content

Release 1.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Nov 02:59

PluginLangCore 1.0.2

πŸ“¦ Artifacts

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

πŸ“ Changes

Built from commit: 2025051

πŸ“š Documentation

See README.md for usage instructions.

πŸ”— Maven Dependency

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

πŸ”— Gradle Dependency (Kotlin DSL)

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

πŸ”— Gradle Dependency (Groovy)

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