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