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