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