GroupId | GroupIdde.viaboxx |
---|---|
ArtifactId | ArtifactIdnlstools |
Version | Version2.6.7 |
Type | Typejar |
Filename | Size |
---|---|
nlstools-2.6.7.pom | |
nlstools-2.6.7.jar | 88 KB |
nlstools-2.6.7-sources.jar | 51 KB |
nlstools-2.6.7-javadoc.jar | 242 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.viaboxx/nlstools/ -->
<dependency>
<groupId>de.viaboxx</groupId>
<artifactId>nlstools</artifactId>
<version>2.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.viaboxx/nlstools/
implementation 'de.viaboxx:nlstools:2.6.7'
// https://jarcasting.com/artifacts/de.viaboxx/nlstools/
implementation ("de.viaboxx:nlstools:2.6.7")
'de.viaboxx:nlstools:jar:2.6.7'
<dependency org="de.viaboxx" name="nlstools" rev="2.6.7">
<artifact name="nlstools" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viaboxx', module='nlstools', version='2.6.7')
)
libraryDependencies += "de.viaboxx" % "nlstools" % "2.6.7"
[de.viaboxx/nlstools "2.6.7"]