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