phi-typesystem
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.averbis.textanalysis</groupId>
<artifactId>phi-typesystem</artifactId>
<version>3.24.0</version>
</dependency><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.averbis.textanalysis</groupId>
<artifactId>health-typesystems-parent</artifactId>
<version>3.24.0</version>
<relativePath>../health-typesystems-parent</relativePath>
</parent>
<artifactId>phi-typesystem</artifactId>
<description>Typesystem for Protected Health Information</description>
<dependencies>
<dependency>
<groupId>de.averbis.textanalysis</groupId>
<artifactId>components-health-typesystem</artifactId>
<version>${project.version}</version>
</dependency>
<!-- TESTS -->
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>