GroupId | GroupIdcom.github.dirkraft |
---|---|
ArtifactId | ArtifactIdGetURI |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
GetURI-0.0.2.pom | |
GetURI-0.0.2.jar | 2 KB |
GetURI-0.0.2-sources.jar | 3 KB |
GetURI-0.0.2-javadoc.jar | 33 KB |
Browse |
<!-- 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"]