cdp4servicesdal
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.rheagroup</groupId> <artifactId>cdp4servicesdal</artifactId> <version>3.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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>com.rheagroup</groupId> <artifactId>cdp4-sdk4j-parent</artifactId> <version>3.1.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>cdp4servicesdal</artifactId> <name>CDP4 Services Dal</name> <packaging>jar</packaging> <url>https://github.com/RHEAGROUP/CDP4-SDKJ-Community-Edition</url> <licenses> <license> <name>GNU Lesser General Public License v3.0</name> <url>https://www.gnu.org/licenses/lgpl-3.0.html</url> </license> </licenses> <developers> <developer> <name>Sam Gerené</name> <email>s.gerene@rheagroup.com</email> <organization>RHEA GROUP</organization> <organizationUrl>https://www.rheagroup.com/</organizationUrl> </developer> <developer> <name>Alex Vorobiev</name> <email>a.vorobiev@rheagroup.com</email> <organization>RHEA GROUP</organization> <organizationUrl>https://www.rheagroup.com/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/RHEAGROUP/CDP4-SDKJ-Community-Edition.git</connection> <developerConnection>scm:git:ssh://github.com:RHEAGROUP/CDP4-SDKJ-Community-Edition.git </developerConnection> <url>https://github.com/RHEAGROUP/CDP4-SDKJ-Community-Edition/tree/master</url> </scm> <properties> <cdp4dal.version>3.1.0</cdp4dal.version> <cdp4jsonserializer.version>3.1.0</cdp4jsonserializer.version> </properties> <dependencies> <dependency> <groupId>com.rheagroup</groupId> <artifactId>cdp4dal</artifactId> <version>${cdp4dal.version}</version> </dependency> <dependency> <groupId>com.rheagroup</groupId> <artifactId>cdp4jsonserializer</artifactId> <version>${cdp4jsonserializer.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> </dependency> </dependencies> </project>