diga-epa-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.oviva.epa</groupId> <artifactId>diga-epa-client</artifactId> <version>1.0.1-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.epa</groupId> <artifactId>diga-epa-client</artifactId> <version>1.0.1-rc.0</version> <description>Client library to run ePA operations of the TI Konnektor for DiGAs.</description> <url>https://github.com/oviva-ag/diga-epa-client/diga-epa-client</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </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> <developer> <id>trichner</id> <name>Thomas Richner</name> <email>https://github.com/thomasrichner-oviva</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/oviva-ag/diga-epa-lib.git/diga-epa-client</connection> <url>https://github.com/oviva-ag/diga-epa-lib/diga-epa-client</url> </scm> <dependencies> <dependency> <groupId>com.oviva.epa</groupId> <artifactId>epa-fm-api</artifactId> <version>1.0.1-rc.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> <version>4.8.6</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>de.gematik.epa</groupId> <artifactId>lib-ihe-xds</artifactId> <version>1.0.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk18on</artifactId> <version>1.79</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>4.0.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> <version>4.0.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-features-logging</artifactId> <version>4.0.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>4.0.5</version> <scope>compile</scope> </dependency> </dependencies> </project>