domain-mapper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.alpharogroup</groupId> <artifactId>domain-mapper</artifactId> <version>6.6</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.alpharogroup</groupId> <artifactId>persistence-api</artifactId> <version>6.6</version> </parent> <artifactId>domain-mapper</artifactId> <dependencies> <dependency> <groupId>de.alpharogroup</groupId> <artifactId>domain-api</artifactId> </dependency> <dependency> <groupId>de.alpharogroup</groupId> <artifactId>data-api</artifactId> </dependency> <!-- NEW EXTENSIONS LIB DEPENDENCIES --> <dependency> <groupId>de.alpharogroup</groupId> <artifactId>jcommons-lang</artifactId> </dependency> <dependency> <groupId>net.sf.dozer</groupId> <artifactId>dozer</artifactId> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> <!-- JOBJECT-MERGE DEPENDENCIES --> <dependency> <groupId>de.alpharogroup</groupId> <artifactId>jobject-merge</artifactId> </dependency> </dependencies> </project>