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