c

commons

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