| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdorg.xbib |
| ArtifactId | ArtifactIdnet |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| net-1.0.0.pom | |
| net-1.0.0.jar | 118 KB |
| net-1.0.0-sources.jar | 61 KB |
| net-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/net/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>net</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/net/
implementation 'org.xbib:net:1.0.0'
// https://jarcasting.com/artifacts/org.xbib/net/
implementation ("org.xbib:net:1.0.0")
'org.xbib:net:jar:1.0.0'
<dependency org="org.xbib" name="net" rev="1.0.0">
<artifact name="net" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='net', version='1.0.0')
)
libraryDependencies += "org.xbib" % "net" % "1.0.0"
[org.xbib/net "1.0.0"]