| License |
License |
|---|---|
| Categories |
CategoriesGithub Development Tools Version Controls |
| GroupId | GroupIdlol.hyper |
| ArtifactId | ArtifactIdgithub-release-api |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGitHubReleaseAPI
Small library to access GitHub releases.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| github-release-api-1.0.2.pom | |
| github-release-api-1.0.2.jar | 6 KB |
| github-release-api-1.0.2-sources.jar | 5 KB |
| github-release-api-1.0.2-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/lol.hyper/github-release-api/ -->
<dependency>
<groupId>lol.hyper</groupId>
<artifactId>github-release-api</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/lol.hyper/github-release-api/
implementation 'lol.hyper:github-release-api:1.0.2'
// https://jarcasting.com/artifacts/lol.hyper/github-release-api/
implementation ("lol.hyper:github-release-api:1.0.2")
'lol.hyper:github-release-api:jar:1.0.2'
<dependency org="lol.hyper" name="github-release-api" rev="1.0.2">
<artifact name="github-release-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='lol.hyper', module='github-release-api', version='1.0.2')
)
libraryDependencies += "lol.hyper" % "github-release-api" % "1.0.2"
[lol.hyper/github-release-api "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20220320 |
| org.jetbrains : annotations | jar | 23.0.0 |