Categories |
CategoriesSerialization Data Data Formats |
---|---|
GroupId | GroupIdcom.cedarsoft.serialization |
ArtifactId | ArtifactIdstax-mate |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
stax-mate-1.0.0.pom | |
stax-mate-1.0.0.jar | 8 KB |
stax-mate-1.0.0-tests.jar | 46 KB |
stax-mate-1.0.0-sources.jar | 7 KB |
stax-mate-1.0.0-javadoc.jar | 45 KB |
stax-mate-1.0.0-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.serialization/stax-mate/ -->
<dependency>
<groupId>com.cedarsoft.serialization</groupId>
<artifactId>stax-mate</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.serialization/stax-mate/
implementation 'com.cedarsoft.serialization:stax-mate:1.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.serialization/stax-mate/
implementation ("com.cedarsoft.serialization:stax-mate:1.0.0")
'com.cedarsoft.serialization:stax-mate:jar:1.0.0'
<dependency org="com.cedarsoft.serialization" name="stax-mate" rev="1.0.0">
<artifact name="stax-mate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.serialization', module='stax-mate', version='1.0.0')
)
libraryDependencies += "com.cedarsoft.serialization" % "stax-mate" % "1.0.0"
[com.cedarsoft.serialization/stax-mate "1.0.0"]