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