Categories |
CategoriesSerialization Data Data Formats |
---|---|
GroupId | GroupIdcom.cedarsoft.serialization |
ArtifactId | ArtifactIdstax-mate |
Version | Version1.0.0-beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.serialization/stax-mate/ -->
<dependency>
<groupId>com.cedarsoft.serialization</groupId>
<artifactId>stax-mate</artifactId>
<version>1.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.serialization/stax-mate/
implementation 'com.cedarsoft.serialization:stax-mate:1.0.0-beta1'
// https://jarcasting.com/artifacts/com.cedarsoft.serialization/stax-mate/
implementation ("com.cedarsoft.serialization:stax-mate:1.0.0-beta1")
'com.cedarsoft.serialization:stax-mate:jar:1.0.0-beta1'
<dependency org="com.cedarsoft.serialization" name="stax-mate" rev="1.0.0-beta1">
<artifact name="stax-mate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.serialization', module='stax-mate', version='1.0.0-beta1')
)
libraryDependencies += "com.cedarsoft.serialization" % "stax-mate" % "1.0.0-beta1"
[com.cedarsoft.serialization/stax-mate "1.0.0-beta1"]