Categories |
CategoriesSerialization Data Data Formats |
---|---|
GroupId | GroupIdcom.cedarsoft.serialization |
ArtifactId | ArtifactIdstax-mate |
Version | Version8.8.1 |
Type | Typejar |
Filename | Size |
---|---|
stax-mate-8.8.1.pom | |
stax-mate-8.8.1.jar | 29 KB |
stax-mate-8.8.1-tests.jar | 95 KB |
stax-mate-8.8.1-sources.jar | 24 KB |
stax-mate-8.8.1-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.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.serialization/stax-mate/
implementation 'com.cedarsoft.serialization:stax-mate:8.8.1'
// https://jarcasting.com/artifacts/com.cedarsoft.serialization/stax-mate/
implementation ("com.cedarsoft.serialization:stax-mate:8.8.1")
'com.cedarsoft.serialization:stax-mate:jar:8.8.1'
<dependency org="com.cedarsoft.serialization" name="stax-mate" rev="8.8.1">
<artifact name="stax-mate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.serialization', module='stax-mate', version='8.8.1')
)
libraryDependencies += "com.cedarsoft.serialization" % "stax-mate" % "8.8.1"
[com.cedarsoft.serialization/stax-mate "8.8.1"]