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