License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdio.code-check |
ArtifactId | ArtifactIdgithub-api_2.10 |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptiongithub-api
The GitHub API from Scala with Async HTTP Client (Netty)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
github-api_2.10-0.2.0.pom | |
github-api_2.10-0.2.0.jar | 975 KB |
github-api_2.10-0.2.0-sources.jar | 48 KB |
github-api_2.10-0.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.code-check/github-api_2.10/ -->
<dependency>
<groupId>io.code-check</groupId>
<artifactId>github-api_2.10</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.code-check/github-api_2.10/
implementation 'io.code-check:github-api_2.10:0.2.0'
// https://jarcasting.com/artifacts/io.code-check/github-api_2.10/
implementation ("io.code-check:github-api_2.10:0.2.0")
'io.code-check:github-api_2.10:jar:0.2.0'
<dependency org="io.code-check" name="github-api_2.10" rev="0.2.0">
<artifact name="github-api_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.code-check', module='github-api_2.10', version='0.2.0')
)
libraryDependencies += "io.code-check" % "github-api_2.10" % "0.2.0"
[io.code-check/github-api_2.10 "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.6 |
org.json4s : json4s-jackson_2.10 | jar | 3.4.2 |
org.json4s : json4s-ext_2.10 | jar | 3.4.2 |
joda-time : joda-time | jar | 2.8.1 |
com.github.scopt : scopt_2.10 | jar | 3.5.0 |
Group / Artifact | Type | Version |
---|---|---|
com.ning : async-http-client | jar | 1.9.21 |
org.asynchttpclient : async-http-client | jar | 2.0.15 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-nop | jar | 1.7.22 |
org.scalatest : scalatest_2.10 | jar | 3.0.1 |