GroupId | GroupIdcom.oblac |
---|---|
ArtifactId | ArtifactIdrepo-url-parser |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
repo-url-parser-1.0.1.pom | |
repo-url-parser-1.0.1.jar | 1 KB |
repo-url-parser-1.0.1-sources.jar | 2 KB |
repo-url-parser-1.0.1-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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oblac/repo-url-parser/
implementation 'com.oblac:repo-url-parser:1.0.1'
// https://jarcasting.com/artifacts/com.oblac/repo-url-parser/
implementation ("com.oblac:repo-url-parser:1.0.1")
'com.oblac:repo-url-parser:pom:1.0.1'
<dependency org="com.oblac" name="repo-url-parser" rev="1.0.1">
<artifact name="repo-url-parser" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oblac', module='repo-url-parser', version='1.0.1')
)
libraryDependencies += "com.oblac" % "repo-url-parser" % "1.0.1"
[com.oblac/repo-url-parser "1.0.1"]