is not current version
Last Version 0.10

net.sundell.snax:snax 0.9

SNAX is a library to simplify the creation of state machines that consume StAX inputs to extract and process content.

Categories

Categories

Net
GroupId

GroupId

net.sundell.snax
ArtifactId

ArtifactId

snax
Version

Version

0.9
Type

Type

jar

Download snax 0.9


<!-- https://jarcasting.com/artifacts/net.sundell.snax/snax/ -->
<dependency>
    <groupId>net.sundell.snax</groupId>
    <artifactId>snax</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sundell.snax/snax/
implementation 'net.sundell.snax:snax:0.9'
// https://jarcasting.com/artifacts/net.sundell.snax/snax/
implementation ("net.sundell.snax:snax:0.9")
'net.sundell.snax:snax:jar:0.9'
<dependency org="net.sundell.snax" name="snax" rev="0.9">
  <artifact name="snax" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sundell.snax', module='snax', version='0.9')
)
libraryDependencies += "net.sundell.snax" % "snax" % "0.9"
[net.sundell.snax/snax "0.9"]