MVN

org.honton.chas.url : url-extension

Maven & Gradle

Apr 10, 2017
1 usages
0 stars

URL 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.

<dependency>
    <groupId>org.honton.chas.url</groupId>
    <artifactId>url-extension</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.honton.chas.url : url-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of org.honton.chas.url : url-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
url-extension-0.0.1

How to add a dependency to Maven

Add the following org.honton.chas.url : url-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.honton.chas.url</groupId>
    <artifactId>url-extension</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.honton.chas.url : url-extension gradle dependency to your build.gradle file:

implementation 'org.honton.chas.url:url-extension:0.0.1'

Gradle Kotlin DSL: Add the following org.honton.chas.url : url-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("org.honton.chas.url:url-extension:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.honton.chas.url : url-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "org.honton.chas.url" % "url-extension" % "0.0.1"

Advertisement