Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 377 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 377 Bytes

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