f

faith-core-tool

Files download
File Operation
faith-core-tool-1.0.0.jar download
faith-core-tool-1.0.0.pom download
faith-core-tool-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cc.zhaoac</groupId>
  <artifactId>faith-core-tool</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'cc.zhaoac:faith-core-tool:1.0.0'
Gradle Kotlin
implementation("cc.zhaoac:faith-core-tool:1.0.0")
Scala SBT
libraryDependencies += "cc.zhaoac" % "faith-core-tool" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='cc.zhaoac', module='faith-core-tool', version='1.0.0')
)
Apache Ivy
<dependency org="cc.zhaoac" name="faith-core-tool" rev="1.0.0" />
Leiningen
[cc.zhaoac/faith-core-tool "1.0.0"]
Apache Buildr
'cc.zhaoac:faith-core-tool:jar:1.0.0'