GroupId | GroupIdcom.oblac |
---|---|
ArtifactId | ArtifactIdrepo-url-parser |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
repo-url-parser-1.0.pom | |
repo-url-parser-1.0.jar | 3 KB |
repo-url-parser-1.0-sources.jar | 2 KB |
repo-url-parser-1.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oblac/repo-url-parser/ -->
<dependency>
<groupId>com.oblac</groupId>
<artifactId>repo-url-parser</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oblac/repo-url-parser/
implementation 'com.oblac:repo-url-parser:1.0'
// https://jarcasting.com/artifacts/com.oblac/repo-url-parser/
implementation ("com.oblac:repo-url-parser:1.0")
'com.oblac:repo-url-parser:jar:1.0'
<dependency org="com.oblac" name="repo-url-parser" rev="1.0">
<artifact name="repo-url-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oblac', module='repo-url-parser', version='1.0')
)
libraryDependencies += "com.oblac" % "repo-url-parser" % "1.0"
[com.oblac/repo-url-parser "1.0"]