c

commons

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