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