License |
License |
---|---|
GroupId | GroupIdcom.oblac |
ArtifactId | ArtifactIdrepo-url-parser |
Version | Version1.0.2 |
Type | Typepom |
Description |
DescriptionRepo URL parser
Repositories URL parser; supports Github and Github Enterprise.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
repo-url-parser-1.0.2.pom | |
repo-url-parser-1.0.2.jar | 1 KB |
repo-url-parser-1.0.2-sources.jar | 2 KB |
repo-url-parser-1.0.2-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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oblac/repo-url-parser/
implementation 'com.oblac:repo-url-parser:1.0.2'
// https://jarcasting.com/artifacts/com.oblac/repo-url-parser/
implementation ("com.oblac:repo-url-parser:1.0.2")
'com.oblac:repo-url-parser:pom:1.0.2'
<dependency org="com.oblac" name="repo-url-parser" rev="1.0.2">
<artifact name="repo-url-parser" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oblac', module='repo-url-parser', version='1.0.2')
)
libraryDependencies += "com.oblac" % "repo-url-parser" % "1.0.2"
[com.oblac/repo-url-parser "1.0.2"]