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