GroupId | GroupIdorg.ict4h |
---|---|
ArtifactId | ArtifactIdatomfeed-commons |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
atomfeed-commons-1.2.pom | |
atomfeed-commons-1.2.jar | 9 KB |
atomfeed-commons-1.2-tests.jar | 5 KB |
atomfeed-commons-1.2-sources.jar | 4 KB |
atomfeed-commons-1.2-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ict4h/atomfeed-commons/ -->
<dependency>
<groupId>org.ict4h</groupId>
<artifactId>atomfeed-commons</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ict4h/atomfeed-commons/
implementation 'org.ict4h:atomfeed-commons:1.2'
// https://jarcasting.com/artifacts/org.ict4h/atomfeed-commons/
implementation ("org.ict4h:atomfeed-commons:1.2")
'org.ict4h:atomfeed-commons:jar:1.2'
<dependency org="org.ict4h" name="atomfeed-commons" rev="1.2">
<artifact name="atomfeed-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ict4h', module='atomfeed-commons', version='1.2')
)
libraryDependencies += "org.ict4h" % "atomfeed-commons" % "1.2"
[org.ict4h/atomfeed-commons "1.2"]