GroupId | GroupIdorg.ict4h.openmrs |
---|---|
ArtifactId | ArtifactIdopenmrs-atomfeed-api |
Version | Version2.5.5 |
Type | Typejar |
Filename | Size |
---|---|
openmrs-atomfeed-api-2.5.5.pom | |
openmrs-atomfeed-api-2.5.5.jar | 20 KB |
openmrs-atomfeed-api-2.5.5-sources.jar | 11 KB |
openmrs-atomfeed-api-2.5.5-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ict4h.openmrs/openmrs-atomfeed-api/ -->
<dependency>
<groupId>org.ict4h.openmrs</groupId>
<artifactId>openmrs-atomfeed-api</artifactId>
<version>2.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ict4h.openmrs/openmrs-atomfeed-api/
implementation 'org.ict4h.openmrs:openmrs-atomfeed-api:2.5.5'
// https://jarcasting.com/artifacts/org.ict4h.openmrs/openmrs-atomfeed-api/
implementation ("org.ict4h.openmrs:openmrs-atomfeed-api:2.5.5")
'org.ict4h.openmrs:openmrs-atomfeed-api:jar:2.5.5'
<dependency org="org.ict4h.openmrs" name="openmrs-atomfeed-api" rev="2.5.5">
<artifact name="openmrs-atomfeed-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ict4h.openmrs', module='openmrs-atomfeed-api', version='2.5.5')
)
libraryDependencies += "org.ict4h.openmrs" % "openmrs-atomfeed-api" % "2.5.5"
[org.ict4h.openmrs/openmrs-atomfeed-api "2.5.5"]