All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.com.gitlab.cdc-java.graphs.cdc-graphs-impl.pom.xml Maven / Gradle / Ivy

There is a newer version: 0.71.2
Show newest version
<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.gitlab.cdc-java.graphs</groupId>
      <artifactId>cdc-graphs</artifactId>
      <version>0.71.1</version>
      <relativePath>../pom.xml</relativePath>
   </parent>

   <artifactId>cdc-graphs-impl</artifactId>
   <name>CDC - Graphs - Impl</name>
   <url>https://www.gitlab.com/cdc-java/cdc-graphs</url>

   <dependencies>
      <dependency>
         <groupId>com.gitlab.cdc-java.graphs</groupId>
         <artifactId>cdc-graphs-api</artifactId>
         <version>${project.version}</version>
      </dependency>

      <dependency>
         <groupId>com.gitlab.cdc-java.util</groupId>
         <artifactId>cdc-util-core</artifactId>
      </dependency>

      <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-api</artifactId>
         <scope>test</scope>
      </dependency>
      <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-engine</artifactId>
         <scope>test</scope>
      </dependency>
   </dependencies>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy