is not current version
Last Version 1.1

net.disy.oss:weburl 1.0

A URL class for HTTP and HTTPS, extracted from OkHttp and tracking their 3.x branch.

Categories

Categories

Net
GroupId

GroupId

net.disy.oss
ArtifactId

ArtifactId

weburl
Version

Version

1.0
Type

Type

jar

Download weburl 1.0


<!-- 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"]