deltafi-core-domain
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.deltafi</groupId> <artifactId>deltafi-core-domain</artifactId> <version>0.96.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.deltafi</groupId> <artifactId>deltafi-core-domain</artifactId> <version>0.96.4</version> <name>deltafi-core-domain</name> <description>Core domain for DeltaFi</description> <url>https://www.deltafi.org</url> <inceptionYear>2021</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>deltafi</id> <name>DeltaFi Contributors</name> <email>info@deltafi.org</email> </developer> </developers> <scm> <connection>scm:https://github.com/deltafi-org/deltafi.git</connection> <developerConnection>scm:git://github.com/deltafi-org/deltafi</developerConnection> <url>https://github.com/deltafi-org/deltafi</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>2021.0.0</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.6.8</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> </project>