License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.stax |
ArtifactId | ArtifactIdstax |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstax
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
stax-1.0.pom | |
stax-1.0.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.stax/stax/ -->
<dependency>
<groupId>net.sf.stax</groupId>
<artifactId>stax</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.stax/stax/
implementation 'net.sf.stax:stax:1.0'
// https://jarcasting.com/artifacts/net.sf.stax/stax/
implementation ("net.sf.stax:stax:1.0")
'net.sf.stax:stax:jar:1.0'
<dependency org="net.sf.stax" name="stax" rev="1.0">
<artifact name="stax" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.stax', module='stax', version='1.0')
)
libraryDependencies += "net.sf.stax" % "stax" % "1.0"
[net.sf.stax/stax "1.0"]