is not current version
Last Version 0.2.0

com.aylien.sita.newsapi:client 0.1.0

SITA's officially supported Java client library for accessing News API

Categories

Categories

CLI User Interface
GroupId

GroupId

com.aylien.sita.newsapi
ArtifactId

ArtifactId

client
Version

Version

0.1.0
Type

Type

jar

Download client 0.1.0


<!-- https://jarcasting.com/artifacts/com.aylien.sita.newsapi/client/ -->
<dependency>
    <groupId>com.aylien.sita.newsapi</groupId>
    <artifactId>client</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aylien.sita.newsapi/client/
implementation 'com.aylien.sita.newsapi:client:0.1.0'
// https://jarcasting.com/artifacts/com.aylien.sita.newsapi/client/
implementation ("com.aylien.sita.newsapi:client:0.1.0")
'com.aylien.sita.newsapi:client:jar:0.1.0'
<dependency org="com.aylien.sita.newsapi" name="client" rev="0.1.0">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aylien.sita.newsapi', module='client', version='0.1.0')
)
libraryDependencies += "com.aylien.sita.newsapi" % "client" % "0.1.0"
[com.aylien.sita.newsapi/client "0.1.0"]