c

commons

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