Categories |
CategoriesSerialization Data Data Formats |
---|---|
GroupId | GroupIdcom.cedarsoft.serialization.generator |
ArtifactId | ArtifactIdstax-mate |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
stax-mate-1.0.3.pom | |
stax-mate-1.0.3.jar | 20 KB |
stax-mate-1.0.3-tests.jar | 16 KB |
stax-mate-1.0.3-sources.jar | 17 KB |
stax-mate-1.0.3-javadoc.jar | 93 KB |
stax-mate-1.0.3-all.jar | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.serialization.generator/stax-mate/ -->
<dependency>
<groupId>com.cedarsoft.serialization.generator</groupId>
<artifactId>stax-mate</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.serialization.generator/stax-mate/
implementation 'com.cedarsoft.serialization.generator:stax-mate:1.0.3'
// https://jarcasting.com/artifacts/com.cedarsoft.serialization.generator/stax-mate/
implementation ("com.cedarsoft.serialization.generator:stax-mate:1.0.3")
'com.cedarsoft.serialization.generator:stax-mate:jar:1.0.3'
<dependency org="com.cedarsoft.serialization.generator" name="stax-mate" rev="1.0.3">
<artifact name="stax-mate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.serialization.generator', module='stax-mate', version='1.0.3')
)
libraryDependencies += "com.cedarsoft.serialization.generator" % "stax-mate" % "1.0.3"
[com.cedarsoft.serialization.generator/stax-mate "1.0.3"]