c

common

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