License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdlol.hyper |
ArtifactId | ArtifactIdgithub-release-api |
Version | Version1.0.1 |
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.1.pom | |
github-release-api-1.0.1.jar | 6 KB |
github-release-api-1.0.1-sources.jar | 5 KB |
github-release-api-1.0.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/lol.hyper/github-release-api/ -->
<dependency>
<groupId>lol.hyper</groupId>
<artifactId>github-release-api</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/lol.hyper/github-release-api/
implementation 'lol.hyper:github-release-api:1.0.1'
// https://jarcasting.com/artifacts/lol.hyper/github-release-api/
implementation ("lol.hyper:github-release-api:1.0.1")
'lol.hyper:github-release-api:jar:1.0.1'
<dependency org="lol.hyper" name="github-release-api" rev="1.0.1">
<artifact name="github-release-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='lol.hyper', module='github-release-api', version='1.0.1')
)
libraryDependencies += "lol.hyper" % "github-release-api" % "1.0.1"
[lol.hyper/github-release-api "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20211205 |
org.jetbrains : annotations | jar | 23.0.0 |