c

common

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