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