License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.aylien.newsapi |
ArtifactId | ArtifactIdclient |
Version | Version3.0.1 |
Type | Typejar |
Description |
Descriptionclient
AYLIEN's officially supported Java client library for accessing News API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-3.0.1.pom | |
client-3.0.1.jar | 191 KB |
client-3.0.1-tests.jar | 3 KB |
client-3.0.1-sources.jar | 137 KB |
client-3.0.1-javadoc.jar | 569 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aylien.newsapi/client/ -->
<dependency>
<groupId>com.aylien.newsapi</groupId>
<artifactId>client</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aylien.newsapi/client/
implementation 'com.aylien.newsapi:client:3.0.1'
// https://jarcasting.com/artifacts/com.aylien.newsapi/client/
implementation ("com.aylien.newsapi:client:3.0.1")
'com.aylien.newsapi:client:jar:3.0.1'
<dependency org="com.aylien.newsapi" name="client" rev="3.0.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aylien.newsapi', module='client', version='3.0.1')
)
libraryDependencies += "com.aylien.newsapi" % "client" % "3.0.1"
[com.aylien.newsapi/client "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.swagger : swagger-annotations | jar | 1.5.22 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.squareup.okhttp3 : okhttp | jar | 3.14.2 |
com.squareup.okhttp3 : logging-interceptor | jar | 3.14.2 |
com.google.code.gson : gson | jar | 2.8.5 |
io.gsonfire : gson-fire | jar | 1.8.3 |
org.apache.commons : commons-lang3 | jar | 3.9 |
org.threeten : threetenbp | jar | 1.4.0 |
javax.annotation : jsr250-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |