MVN

com.github.dirkraft : GetURI

Maven & Gradle

Jan 05, 2015
1 stars

geturi · Gets a java.net.URI, or dies with a RuntimeException tryin'.

<dependency>
    <groupId>com.github.dirkraft</groupId>
    <artifactId>GetURI</artifactId>
    <version>GetURI</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dirkraft : GetURI to add to Maven or Gradle - Latest Versions:

  • Latest Stable: GetURI

All Versions

Choose a version of com.github.dirkraft : GetURI to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
GetURI
GetURI-GetURI
0.0.x
GetURI-0.0.3
GetURI-0.0.2
GetURI-0.0.1

How to add a dependency to Maven

Add the following com.github.dirkraft : GetURI maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dirkraft</groupId>
    <artifactId>GetURI</artifactId>
    <version>GetURI</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dirkraft : GetURI gradle dependency to your build.gradle file:

implementation 'com.github.dirkraft:GetURI:GetURI'

Gradle Kotlin DSL: Add the following com.github.dirkraft : GetURI gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dirkraft:GetURI:GetURI")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dirkraft : GetURI sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dirkraft" % "GetURI" % "GetURI"

Advertisement