c

common

common tool
文件下载
文件名 操作
common-1.1.4.jar 下载
common-1.1.4.pom 下载
common-1.1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.gjing</groupId>
  <artifactId>common</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'cn.gjing:common:1.1.4'
Gradle Kotlin
implementation("cn.gjing:common:1.1.4")
Scala SBT
libraryDependencies += "cn.gjing" % "common" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='cn.gjing', module='common', version='1.1.4')
)
Apache Ivy
<dependency org="cn.gjing" name="common" rev="1.1.4" />
Leiningen
[cn.gjing/common "1.1.4"]
Apache Buildr
'cn.gjing:common:jar:1.1.4'