c

commons-chain

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