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