epa4all-phr-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.oviva.telematik</groupId>
<artifactId>epa4all-phr-client</artifactId>
<version>0.0.2-rc.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.oviva.telematik</groupId>
<artifactId>epa4all-phr-client</artifactId>
<version>0.0.2-rc.0</version>
<description>A client for the German electronic-health-record 3.0. Also known as ePA4all.</description>
<url>https://github.com/oviva-ag/epa4all-client/epa4all-phr-client</url>
<licenses>
<license>
<name>(c) 2025, Oviva</name>
</license>
</licenses>
<developers>
<developer>
<name>gematik</name>
<email>software-development@gematik.de</email>
<url>https://gematik.github.io/</url>
<organization>gematik GmbH</organization>
<organizationUrl>https://www.gematik.de/</organizationUrl>
</developer>
<developer>
<name>oviva</name>
<url>https://github.com/oviva-ag</url>
<organization>Oviva AG</organization>
<organizationUrl>https://oviva.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/oviva-ag/epa4all-client.git/epa4all-phr-client</connection>
<url>https://github.com/oviva-ag/epa4all-client/epa4all-phr-client</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>4.0.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-features-logging</artifactId>
<version>4.0.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>4.0.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.gematik.epa</groupId>
<artifactId>lib-ihe-xds</artifactId>
<version>2.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf.xjc-utils</groupId>
<artifactId>cxf-xjc-runtime</artifactId>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>