| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.aylien.sita.newsapi |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionclient
SITA's officially supported Java client library for accessing News API
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| client-0.2.0.pom | |
| client-0.2.0.jar | 143 KB |
| client-0.2.0-tests.jar | 3 KB |
| client-0.2.0-sources.jar | 100 KB |
| client-0.2.0-javadoc.jar | 478 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aylien.sita.newsapi/client/ -->
<dependency>
<groupId>com.aylien.sita.newsapi</groupId>
<artifactId>client</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aylien.sita.newsapi/client/
implementation 'com.aylien.sita.newsapi:client:0.2.0'
// https://jarcasting.com/artifacts/com.aylien.sita.newsapi/client/
implementation ("com.aylien.sita.newsapi:client:0.2.0")
'com.aylien.sita.newsapi:client:jar:0.2.0'
<dependency org="com.aylien.sita.newsapi" name="client" rev="0.2.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aylien.sita.newsapi', module='client', version='0.2.0')
)
libraryDependencies += "com.aylien.sita.newsapi" % "client" % "0.2.0"
[com.aylien.sita.newsapi/client "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.swagger : swagger-annotations | jar | 1.5.9 |
| org.glassfish.jersey.core : jersey-client | jar | 2.22.2 |
| org.glassfish.jersey.media : jersey-media-multipart | jar | 2.22.2 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.22.2 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.7.5 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.7.5 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.7.5 |
| com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.7.5 |
| joda-time : joda-time | jar | 2.9.4 |
| com.brsanthu : migbase64 | jar | 2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |