Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdio.github.gnuf0rce |
ArtifactId | ArtifactIdgithub-helper |
Version | Version1.2.0-RC |
Type | Typepom |
Filename | Size |
---|---|
github-helper-1.2.0-RC.pom | |
github-helper-1.2.0-RC-sources.jar | 80 KB |
github-helper-1.2.0-RC-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.gnuf0rce/github-helper/ -->
<dependency>
<groupId>io.github.gnuf0rce</groupId>
<artifactId>github-helper</artifactId>
<version>1.2.0-RC</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.gnuf0rce/github-helper/
implementation 'io.github.gnuf0rce:github-helper:1.2.0-RC'
// https://jarcasting.com/artifacts/io.github.gnuf0rce/github-helper/
implementation ("io.github.gnuf0rce:github-helper:1.2.0-RC")
'io.github.gnuf0rce:github-helper:pom:1.2.0-RC'
<dependency org="io.github.gnuf0rce" name="github-helper" rev="1.2.0-RC">
<artifact name="github-helper" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.gnuf0rce', module='github-helper', version='1.2.0-RC')
)
libraryDependencies += "io.github.gnuf0rce" % "github-helper" % "1.2.0-RC"
[io.github.gnuf0rce/github-helper "1.2.0-RC"]