| GroupId | GroupIdorg.ict4h |
|---|---|
| ArtifactId | ArtifactIdatomfeed |
| Version | Version1.9.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| atomfeed-1.9.3.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ict4h/atomfeed/ -->
<dependency>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed</artifactId>
<version>1.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ict4h/atomfeed/
implementation 'org.ict4h:atomfeed:1.9.3'
// https://jarcasting.com/artifacts/org.ict4h/atomfeed/
implementation ("org.ict4h:atomfeed:1.9.3")
'org.ict4h:atomfeed:pom:1.9.3'
<dependency org="org.ict4h" name="atomfeed" rev="1.9.3">
<artifact name="atomfeed" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ict4h', module='atomfeed', version='1.9.3')
)
libraryDependencies += "org.ict4h" % "atomfeed" % "1.9.3"
[org.ict4h/atomfeed "1.9.3"]