Skip to content

Releases: NighterDevelopment/PluginLangCore

Release 1.0.2

18 Nov 02:59

Choose a tag to compare

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'