cdc-applic-mountability-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-mountability-core</artifactId> <version>0.11.0</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>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic</artifactId> <version>0.11.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>cdc-applic-mountability-core</artifactId> <name>CDC - Applic Mountability Core</name> <description>Applicabilities Mountability Core.</description> <url>https://www.gitlab.com/cdc-java/cdc-applic</url> <dependencies> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-dictionaries</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-dictionaries-impl</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-dictionaries-impl</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-expressions</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-mountability</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-mountability-impl</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-mountability-impl</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-proofs</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-publication</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-publication-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-simplification</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.gitlab.cdc-java.applic</groupId> <artifactId>cdc-applic-simplification-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.gitlab.cdc-java.util</groupId> <artifactId>cdc-util-core</artifactId> </dependency> <dependency> <groupId>com.gitlab.cdc-java.util</groupId> <artifactId>cdc-util-cli</artifactId> </dependency> <dependency> <groupId>com.gitlab.cdc-java.io</groupId> <artifactId>cdc-io-xml</artifactId> </dependency> <dependency> <groupId>com.gitlab.cdc-java.office</groupId> <artifactId>cdc-office-ss</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.gitlab.cdc-java.office</groupId> <artifactId>cdc-office-ss-excel</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.gitlab.cdc-java.issues</groupId> <artifactId>cdc-issues-core</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> </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-iostreams</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>