Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.handle |
ArtifactId | ArtifactIdhandle-client |
Version | Version9.2.0 |
Type | Typejar |
Filename | Size |
---|---|
handle-client-9.2.0.pom | |
handle-client-9.2.0.jar | 615 KB |
handle-client-9.2.0-sources.jar | 808 KB |
handle-client-9.2.0-javadoc.jar | 1 MB |
handle-client-9.2.0-distribution.tar.gz | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.handle/handle-client/ -->
<dependency>
<groupId>net.handle</groupId>
<artifactId>handle-client</artifactId>
<version>9.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.handle/handle-client/
implementation 'net.handle:handle-client:9.2.0'
// https://jarcasting.com/artifacts/net.handle/handle-client/
implementation ("net.handle:handle-client:9.2.0")
'net.handle:handle-client:jar:9.2.0'
<dependency org="net.handle" name="handle-client" rev="9.2.0">
<artifact name="handle-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.handle', module='handle-client', version='9.2.0')
)
libraryDependencies += "net.handle" % "handle-client" % "9.2.0"
[net.handle/handle-client "9.2.0"]