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