c

commons-core

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