Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aylien.sita.newsapi |
ArtifactId | ArtifactIdclient |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
client-0.1.0.pom | |
client-0.1.0.jar | 141 KB |
client-0.1.0-tests.jar | 3 KB |
client-0.1.0-sources.jar | 99 KB |
client-0.1.0-javadoc.jar | 473 KB |
Browse |
<!-- 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"]