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