Download openmrs-atomfeed-api-2.5.3.jar file

Introduction

You can download openmrs-atomfeed-api-2.5.3.jar in this page.

License

Open Source

Type List

openmrs-atomfeed-api-2.5.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.ict4h.openmrs/openmrs-atomfeed-api/pom.properties
META-INF/maven/org.ict4h.openmrs/openmrs-atomfeed-api/pom.xml
liquibase.xml
moduleApplicationContext.xml
org.openmrs.module.atomfeed.AtomFeedActivator.class
org.openmrs.module.atomfeed.EventPublishFilterHook.class
org.openmrs.module.atomfeed.advice.EncounterSaveAdvice.class
org.openmrs.module.atomfeed.advice.PatientAdvice.class
org.openmrs.module.atomfeed.advice.PatientProgramAdvice.class
org.openmrs.module.atomfeed.advice.PersonRelationshipAdvice.class
org.openmrs.module.atomfeed.advisor.EmrEncouterServiceAdvisor.class
org.openmrs.module.atomfeed.filter.DefaultEventPublishFilter.class
org.openmrs.module.atomfeed.filter.EventPublishFilter.class

Pom

openmrs-atomfeed-api-2.5.3.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.ict4h.openmrs</groupId>
		<artifactId>openmrs-atomfeed</artifactId>
		<version>2.5.3</version>
	</parent>

	<artifactId>openmrs-atomfeed-api</artifactId>
	<packaging>jar</packaging>
	<name>AtomFeed Module API</name>
	<description>API project for AtomFeed</description>

	<dependencies>

        <dependency>
            <groupId>org.ict4h</groupId>
            <artifactId>atomfeed-server</artifactId>
        </dependency>

		<dependency>
			<groupId>org.openmrs.api</groupId>
			<artifactId>openmrs-api</artifactId>
			<type>jar</type>
		</dependency>
		
		<dependency>
			<groupId>org.openmrs.web</groupId>
			<artifactId>openmrs-web</artifactId>
			<type>jar</type>
		</dependency>
				
		<dependency>
			<groupId>org.openmrs.api</groupId>
			<artifactId>openmrs-api</artifactId>
			<type>test-jar</type>
			<scope>test</scope>
		</dependency>
		
		<dependency>
			<groupId>org.openmrs.web</groupId>
			<artifactId>openmrs-web</artifactId>
			<type>test-jar</type>
			<scope>test</scope>
		</dependency>
		
		<dependency>
			<groupId>org.openmrs.test</groupId>
			<artifactId>openmrs-test</artifactId>
			<type>pom</type>
			<scope>test</scope>
		</dependency>

        <dependency>
            <groupId>org.ict4h.openmrs</groupId>
            <artifactId>openmrs-atomfeed-common</artifactId>
            <version>${project.parent.version}</version>
            <type>jar</type>
        </dependency>
		<dependency>
			<groupId>org.codehaus.groovy</groupId>
			<artifactId>groovy</artifactId>
			<version>1.7.6</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
	
	<build>
		<resources>
			<resource>
				<directory>src/main/resources</directory>
				<filtering>true</filtering>
			</resource>
		</resources>

		<testResources>
			<testResource>
				<directory>src/test/resources</directory>
				<filtering>true</filtering>
			</testResource>
		</testResources>
	</build>

</project>

POM Entry

<dependency>
   <groupId>org.ict4h.openmrs</groupId>
   <artifactId>openmrs-atomfeed-api</artifactId>
   <version>2.5.3</version>
</dependency>

Download

If you think the following openmrs-atomfeed-api-2.5.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download openmrs-atomfeed-api-2.5.3.jar file




PreviousNext

Related