Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.disy.oss |
ArtifactId | ArtifactIdweburl |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
weburl-1.0.pom | |
weburl-1.0.jar | 99 KB |
weburl-1.0-sources.jar | 100 KB |
weburl-1.0-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.disy.oss/weburl/ -->
<dependency>
<groupId>net.disy.oss</groupId>
<artifactId>weburl</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.disy.oss/weburl/
implementation 'net.disy.oss:weburl:1.0'
// https://jarcasting.com/artifacts/net.disy.oss/weburl/
implementation ("net.disy.oss:weburl:1.0")
'net.disy.oss:weburl:jar:1.0'
<dependency org="net.disy.oss" name="weburl" rev="1.0">
<artifact name="weburl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.disy.oss', module='weburl', version='1.0')
)
libraryDependencies += "net.disy.oss" % "weburl" % "1.0"
[net.disy.oss/weburl "1.0"]