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