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