Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdz3950-client |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
z3950-client-1.3.0.pom | |
z3950-client-1.3.0.jar | 7 KB |
z3950-client-1.3.0-sources.jar | 3 KB |
z3950-client-1.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/z3950-client/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>z3950-client</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/z3950-client/
implementation 'org.xbib:z3950-client:1.3.0'
// https://jarcasting.com/artifacts/org.xbib/z3950-client/
implementation ("org.xbib:z3950-client:1.3.0")
'org.xbib:z3950-client:jar:1.3.0'
<dependency org="org.xbib" name="z3950-client" rev="1.3.0">
<artifact name="z3950-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='z3950-client', version='1.3.0')
)
libraryDependencies += "org.xbib" % "z3950-client" % "1.3.0"
[org.xbib/z3950-client "1.3.0"]