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