文件下载
文件名 操作
lang-module-1.0.5.jar 下载
lang-module-1.0.5.pom 下载
lang-module-1.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.bun133</groupId>
  <artifactId>lang-module</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.bun133:lang-module:1.0.5'
Gradle Kotlin
implementation("com.github.bun133:lang-module:1.0.5")
Scala SBT
libraryDependencies += "com.github.bun133" % "lang-module" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bun133', module='lang-module', version='1.0.5')
)
Apache Ivy
<dependency org="com.github.bun133" name="lang-module" rev="1.0.5" />
Leiningen
[com.github.bun133/lang-module "1.0.5"]
Apache Buildr
'com.github.bun133:lang-module:jar:1.0.5'