repo-viewer
permits to get information about GitHub repositories, and any release published for these repositories, besides of allowing download these releases' adjunted assets, providing several functionalities with a decent code-quality and an understandable and very docummented structure.
Note
I started this project with the only propuse of testing HTTP utilities with Java. I taken as base OcZi/release-watcher for the main idea of this project.
- View specified repository's information.
- View each repository's releases' information.
- Permits comparing between releases' defined tag-names.
- Easy to usage.
- Download assets from each repository release.
- Download assets from any repository releases.
- Make a request to an specified repository.
- Compare a release's tag-name with another.
repositories {
maven("https://jitpack.io/")
}
dependencies {
// You can visualize the latest version on the document header.
implementation("com.github.aivruu:repo-viewer:VERSION")
}
This project require Gradle for building and management, and Java 21 as minimum.
git clone https://github.com/aivruu/repo-viewer.git
cd repo-viewer
./gradlew shadowJar