c

commons

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