License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sundell.snax |
ArtifactId | ArtifactIdsnax |
Version | Version0.10 |
Type | Typejar |
Description |
Descriptionsnax-xml
SNAX is a library to simplify the creation of state machines that consume StAX inputs to
extract and process content.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
snax-0.10.pom | |
snax-0.10.jar | 36 KB |
snax-0.10-sources.jar | 21 KB |
snax-0.10-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sundell.snax/snax/ -->
<dependency>
<groupId>net.sundell.snax</groupId>
<artifactId>snax</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.sundell.snax/snax/
implementation 'net.sundell.snax:snax:0.10'
// https://jarcasting.com/artifacts/net.sundell.snax/snax/
implementation ("net.sundell.snax:snax:0.10")
'net.sundell.snax:snax:jar:0.10'
<dependency org="net.sundell.snax" name="snax" rev="0.10">
<artifact name="snax" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sundell.snax', module='snax', version='0.10')
)
libraryDependencies += "net.sundell.snax" % "snax" % "0.10"
[net.sundell.snax/snax "0.10"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |