model-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.forio.epicenter</groupId>
<artifactId>model-api</artifactId>
<version>4.2.0</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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>com.forio.epicenter</groupId>
<artifactId>epicenter-model</artifactId>
<version>4.2.0</version>
</parent>
<artifactId>model-api</artifactId>
<name>Model-Api</name>
<description>Model Interface</description>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-license-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>