c

commons

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