MVN

org.ict4h.openmrs : openmrs-atomfeed-omod

Maven & Gradle

Nov 15, 2022
1 stars

AtomFeed Module OMOD · OMOD project for AtomFeed

<dependency>
    <groupId>org.ict4h.openmrs</groupId>
    <artifactId>openmrs-atomfeed-omod</artifactId>
    <version>2.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ict4h.openmrs : openmrs-atomfeed-omod to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.2

All Versions

Choose a version of org.ict4h.openmrs : openmrs-atomfeed-omod to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
openmrs-atomfeed-omod-2.6.2
openmrs-atomfeed-omod-2.6.1
openmrs-atomfeed-omod-2.6.0
2.5.x
openmrs-atomfeed-omod-2.5.6
openmrs-atomfeed-omod-2.5.5
openmrs-atomfeed-omod-2.5.4
openmrs-atomfeed-omod-2.5.3
openmrs-atomfeed-omod-2.5.2
openmrs-atomfeed-omod-2.5.1
openmrs-atomfeed-omod-2.5.0
2.3
openmrs-atomfeed-omod-2.3
2.2
openmrs-atomfeed-omod-2.2
2.1
openmrs-atomfeed-omod-2.1
2.0
openmrs-atomfeed-omod-2.0

How to add a dependency to Maven

Add the following org.ict4h.openmrs : openmrs-atomfeed-omod maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ict4h.openmrs</groupId>
    <artifactId>openmrs-atomfeed-omod</artifactId>
    <version>2.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ict4h.openmrs : openmrs-atomfeed-omod gradle dependency to your build.gradle file:

implementation 'org.ict4h.openmrs:openmrs-atomfeed-omod:2.6.2'

Gradle Kotlin DSL: Add the following org.ict4h.openmrs : openmrs-atomfeed-omod gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ict4h.openmrs:openmrs-atomfeed-omod:2.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ict4h.openmrs : openmrs-atomfeed-omod sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ict4h.openmrs" % "openmrs-atomfeed-omod" % "2.6.2"

Advertisement