GroupId | GroupIduk.org.retep |
---|---|
ArtifactId | ArtifactIdniosax |
Version | Version9.10 |
Type | Typejar |
Filename | Size |
---|---|
niosax-9.10.pom | |
niosax-9.10.jar | 84 KB |
niosax-9.10-sources.jar | 64 KB |
niosax-9.10-javadoc.jar | 257 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep/niosax/ -->
<dependency>
<groupId>uk.org.retep</groupId>
<artifactId>niosax</artifactId>
<version>9.10</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/niosax/
implementation 'uk.org.retep:niosax:9.10'
// https://jarcasting.com/artifacts/uk.org.retep/niosax/
implementation ("uk.org.retep:niosax:9.10")
'uk.org.retep:niosax:jar:9.10'
<dependency org="uk.org.retep" name="niosax" rev="9.10">
<artifact name="niosax" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='niosax', version='9.10')
)
libraryDependencies += "uk.org.retep" % "niosax" % "9.10"
[uk.org.retep/niosax "9.10"]