o

openmrs-atomfeed-common

Common utilities to use atomfeed in your omods
Files download
File Operation
openmrs-atomfeed-common-2.5.6.jar download
openmrs-atomfeed-common-2.5.6.pom download
openmrs-atomfeed-common-2.5.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ict4h.openmrs</groupId>
  <artifactId>openmrs-atomfeed-common</artifactId>
  <version>2.5.6</version>
</dependency>
Gradle Groovy
implementation 'org.ict4h.openmrs:openmrs-atomfeed-common:2.5.6'
Gradle Kotlin
implementation("org.ict4h.openmrs:openmrs-atomfeed-common:2.5.6")
Scala SBT
libraryDependencies += "org.ict4h.openmrs" % "openmrs-atomfeed-common" % "2.5.6"
Groovy Grape
@Grapes(
  @Grab(group='org.ict4h.openmrs', module='openmrs-atomfeed-common', version='2.5.6')
)
Apache Ivy
<dependency org="org.ict4h.openmrs" name="openmrs-atomfeed-common" rev="2.5.6" />
Leiningen
[org.ict4h.openmrs/openmrs-atomfeed-common "2.5.6"]
Apache Buildr
'org.ict4h.openmrs:openmrs-atomfeed-common:jar:2.5.6'