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