Categories |
CategoriesSerialization Data Data Formats |
---|---|
GroupId | GroupIdcom.cedarsoft.serialization |
ArtifactId | ArtifactIdstax-mate |
Version | Version8.7.0 |
Type | Typejar |
Filename | Size |
---|---|
stax-mate-8.7.0.pom | |
stax-mate-8.7.0.jar | 30 KB |
stax-mate-8.7.0-tests.jar | 96 KB |
stax-mate-8.7.0-sources.jar | 24 KB |
stax-mate-8.7.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.serialization/stax-mate/ -->
<dependency>
<groupId>com.cedarsoft.serialization</groupId>
<artifactId>stax-mate</artifactId>
<version>8.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.serialization/stax-mate/
implementation 'com.cedarsoft.serialization:stax-mate:8.7.0'
// https://jarcasting.com/artifacts/com.cedarsoft.serialization/stax-mate/
implementation ("com.cedarsoft.serialization:stax-mate:8.7.0")
'com.cedarsoft.serialization:stax-mate:jar:8.7.0'
<dependency org="com.cedarsoft.serialization" name="stax-mate" rev="8.7.0">
<artifact name="stax-mate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.serialization', module='stax-mate', version='8.7.0')
)
libraryDependencies += "com.cedarsoft.serialization" % "stax-mate" % "8.7.0"
[com.cedarsoft.serialization/stax-mate "8.7.0"]