is not current version
Last Version 1.0.2

com.oblac:repo-url-parser 1.0

Repo URL parser supports Github and Github Enterprise.

GroupId

GroupId

com.oblac
ArtifactId

ArtifactId

repo-url-parser
Version

Version

1.0
Type

Type

jar

Download repo-url-parser 1.0


<!-- 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"]