repo-url-parser

Extracts properties like user, repo, and branch from various flavors of GitHub, BitBucket URLs.

BSD-2-CLAUSE License

Stars
8

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

Package Rankings
Top 38.04% on Repo1.maven.org