is not current version
Last Version 0.0.3

com.github.dirkraft:GetURI 0.0.2

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

GroupId

GroupId

com.github.dirkraft
ArtifactId

ArtifactId

GetURI
Version

Version

0.0.2
Type

Type

jar

Download GetURI 0.0.2


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