c

commons

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