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