tt-model
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.wcinformatics.tt</groupId>
<artifactId>tt-model</artifactId>
<version>1.2.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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- Module Metadata -->
<parent>
<groupId>com.wcinformatics.tt</groupId>
<artifactId>tt-parent</artifactId>
<version>1.2.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>tt-model</artifactId>
<name>WCI Terminology Transformer Project. domain model</name>
<description>Conceptual domain model objects.</description>
<dependencies>
<!-- Term server jpa server -->
<dependency>
<groupId>com.wcinformatics.umls.server</groupId>
<artifactId>term-server-jpa-services</artifactId>
</dependency>
<dependency>
<groupId>com.wcinformatics.umls.server</groupId>
<artifactId>term-server-model</artifactId>
</dependency>
<dependency>
<groupId>com.wcinformatics.umls.server</groupId>
<artifactId>term-server-services</artifactId>
</dependency>
<dependency>
<groupId>com.wcinformatics.umls.server</groupId>
<artifactId>term-server-jpa-model</artifactId>
</dependency>
<dependency>
<groupId>com.wcinformatics.umls.server</groupId>
<artifactId>term-server-jpa-services</artifactId>
</dependency>
</dependencies>
</project>