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