License |
License
Apache License, Version 2.0
|
---|---|
GroupId | GroupIdorg.atteo |
ArtifactId | ArtifactIdevo-urlhandlers |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEvo Url Handlers
A bunch of extra protocols for Java URL class
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
evo-urlhandlers-1.1.pom | |
evo-urlhandlers-1.1.jar | 6 KB |
evo-urlhandlers-1.1-sources.jar | 3 KB |
evo-urlhandlers-1.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo/evo-urlhandlers/ -->
<dependency>
<groupId>org.atteo</groupId>
<artifactId>evo-urlhandlers</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo/evo-urlhandlers/
implementation 'org.atteo:evo-urlhandlers:1.1'
// https://jarcasting.com/artifacts/org.atteo/evo-urlhandlers/
implementation ("org.atteo:evo-urlhandlers:1.1")
'org.atteo:evo-urlhandlers:jar:1.1'
<dependency org="org.atteo" name="evo-urlhandlers" rev="1.1">
<artifact name="evo-urlhandlers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo', module='evo-urlhandlers', version='1.1')
)
libraryDependencies += "org.atteo" % "evo-urlhandlers" % "1.1"
[org.atteo/evo-urlhandlers "1.1"]
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib | jar | 3.1 |
org.atteo : evo-classindex | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |