GroupId | GroupIdorg.ict4h.openmrs |
---|---|
ArtifactId | ArtifactIdopenmrs-atomfeed-api |
Version | Version2.6.0 |
Type | Typejar |
Filename | Size |
---|---|
openmrs-atomfeed-api-2.6.0.pom | |
openmrs-atomfeed-api-2.6.0.jar | 20 KB |
openmrs-atomfeed-api-2.6.0-sources.jar | 12 KB |
openmrs-atomfeed-api-2.6.0-javadoc.jar | 79 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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ict4h.openmrs/openmrs-atomfeed-api/
implementation 'org.ict4h.openmrs:openmrs-atomfeed-api:2.6.0'
// https://jarcasting.com/artifacts/org.ict4h.openmrs/openmrs-atomfeed-api/
implementation ("org.ict4h.openmrs:openmrs-atomfeed-api:2.6.0")
'org.ict4h.openmrs:openmrs-atomfeed-api:jar:2.6.0'
<dependency org="org.ict4h.openmrs" name="openmrs-atomfeed-api" rev="2.6.0">
<artifact name="openmrs-atomfeed-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ict4h.openmrs', module='openmrs-atomfeed-api', version='2.6.0')
)
libraryDependencies += "org.ict4h.openmrs" % "openmrs-atomfeed-api" % "2.6.0"
[org.ict4h.openmrs/openmrs-atomfeed-api "2.6.0"]