Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.jcabi |
ArtifactId | ArtifactIdjcabi-github |
Version | Version0.38 |
Type | Typejar |
Filename | Size |
---|---|
jcabi-github-0.38.pom | |
jcabi-github-0.38.jar | 1 MB |
jcabi-github-0.38-sources.jar | 457 KB |
jcabi-github-0.38-javadoc.jar | 840 KB |
jcabi-github-0.38-jar-with-dependencies.jar | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jcabi/jcabi-github/ -->
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-github</artifactId>
<version>0.38</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcabi/jcabi-github/
implementation 'com.jcabi:jcabi-github:0.38'
// https://jarcasting.com/artifacts/com.jcabi/jcabi-github/
implementation ("com.jcabi:jcabi-github:0.38")
'com.jcabi:jcabi-github:jar:0.38'
<dependency org="com.jcabi" name="jcabi-github" rev="0.38">
<artifact name="jcabi-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcabi', module='jcabi-github', version='0.38')
)
libraryDependencies += "com.jcabi" % "jcabi-github" % "0.38"
[com.jcabi/jcabi-github "0.38"]