Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.tobj.nma |
ArtifactId | ArtifactIdnmaclient |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
nmaclient-1.0.0.pom | |
nmaclient-1.0.0.jar | 15 KB |
nmaclient-1.0.0-sources.jar | 8 KB |
nmaclient-1.0.0-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.tobj.nma/nmaclient/ -->
<dependency>
<groupId>de.tobj.nma</groupId>
<artifactId>nmaclient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.tobj.nma/nmaclient/
implementation 'de.tobj.nma:nmaclient:1.0.0'
// https://jarcasting.com/artifacts/de.tobj.nma/nmaclient/
implementation ("de.tobj.nma:nmaclient:1.0.0")
'de.tobj.nma:nmaclient:jar:1.0.0'
<dependency org="de.tobj.nma" name="nmaclient" rev="1.0.0">
<artifact name="nmaclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tobj.nma', module='nmaclient', version='1.0.0')
)
libraryDependencies += "de.tobj.nma" % "nmaclient" % "1.0.0"
[de.tobj.nma/nmaclient "1.0.0"]