Repo URL parser

Repositories URL parser; supports Github and Github Enterprise.

License

License

GroupId

GroupId

com.oblac
ArtifactId

ArtifactId

repo-url-parser
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Repo URL parser
Repositories URL parser; supports Github and Github Enterprise.
Project Organization

Project Organization

Oblac
Source Code Management

Source Code Management

https://github.com/igr/repo-url-parser

Download repo-url-parser

How to add to project

<!-- https://jarcasting.com/artifacts/com.oblac/repo-url-parser/ -->
<dependency>
    <groupId>com.oblac</groupId>
    <artifactId>repo-url-parser</artifactId>
    <version>1.0.2</version>
</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:jar:1.0.2'
<dependency org="com.oblac" name="repo-url-parser" rev="1.0.2">
  <artifact name="repo-url-parser" type="jar" />
</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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

VCS URL PARSER

Parses various VCS URLs:

  • Github
  • Github Enterprise

TODO:

  • Bitbucket

Get it

With Gradle:

compile 'com.oblac:repo-url-parser:<version>'

Usage

It's complicated.

GithubRepo gh = GithubUrl.gh("https://github.com/oblac/jodd");

That's it :)

License

BSD

Versions

Version
1.0.2
1.0.1
1.0