Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.ict4h |
ArtifactId | ArtifactIdatomfeed-client |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
atomfeed-client-0.9.0.pom | |
atomfeed-client-0.9.0.jar | 15 KB |
atomfeed-client-0.9.0-sources.jar | 7 KB |
atomfeed-client-0.9.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ict4h/atomfeed-client/ -->
<dependency>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-client</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ict4h/atomfeed-client/
implementation 'org.ict4h:atomfeed-client:0.9.0'
// https://jarcasting.com/artifacts/org.ict4h/atomfeed-client/
implementation ("org.ict4h:atomfeed-client:0.9.0")
'org.ict4h:atomfeed-client:jar:0.9.0'
<dependency org="org.ict4h" name="atomfeed-client" rev="0.9.0">
<artifact name="atomfeed-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ict4h', module='atomfeed-client', version='0.9.0')
)
libraryDependencies += "org.ict4h" % "atomfeed-client" % "0.9.0"
[org.ict4h/atomfeed-client "0.9.0"]