License |
License |
---|---|
GroupId | GroupIdorg.honton.chas.url |
ArtifactId | ArtifactIdurl-extension |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionURL registry
Extend a java process with multiple URLStreamHandlers. URLStreamHandler can be registered through
the service provider pattern or programmatically. This jar can also be used as a maven extension
to allow maven plugins to use URL schemes not handled by the JRE.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
url-extension-0.0.1.pom | |
url-extension-0.0.1.jar | 8 KB |
url-extension-0.0.1-sources.jar | 3 KB |
url-extension-0.0.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.honton.chas.url/url-extension/ -->
<dependency>
<groupId>org.honton.chas.url</groupId>
<artifactId>url-extension</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.honton.chas.url/url-extension/
implementation 'org.honton.chas.url:url-extension:0.0.1'
// https://jarcasting.com/artifacts/org.honton.chas.url/url-extension/
implementation ("org.honton.chas.url:url-extension:0.0.1")
'org.honton.chas.url:url-extension:jar:0.0.1'
<dependency org="org.honton.chas.url" name="url-extension" rev="0.0.1">
<artifact name="url-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.honton.chas.url', module='url-extension', version='0.0.1')
)
libraryDependencies += "org.honton.chas.url" % "url-extension" % "0.0.1"
[org.honton.chas.url/url-extension "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.8 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 20.0 |
junit : junit | jar | 4.12 |