is not current version
Last Version 1.1

org.atteo:evo-urlhandlers 1.0

A bunch of extra protocols for Java URL class

GroupId

GroupId

org.atteo
ArtifactId

ArtifactId

evo-urlhandlers
Version

Version

1.0
Type

Type

jar

Download evo-urlhandlers 1.0


<!-- https://jarcasting.com/artifacts/org.atteo/evo-urlhandlers/ -->
<dependency>
    <groupId>org.atteo</groupId>
    <artifactId>evo-urlhandlers</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo/evo-urlhandlers/
implementation 'org.atteo:evo-urlhandlers:1.0'
// https://jarcasting.com/artifacts/org.atteo/evo-urlhandlers/
implementation ("org.atteo:evo-urlhandlers:1.0")
'org.atteo:evo-urlhandlers:jar:1.0'
<dependency org="org.atteo" name="evo-urlhandlers" rev="1.0">
  <artifact name="evo-urlhandlers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo', module='evo-urlhandlers', version='1.0')
)
libraryDependencies += "org.atteo" % "evo-urlhandlers" % "1.0"
[org.atteo/evo-urlhandlers "1.0"]