context-mapper-dsl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.contextmapper</groupId> <artifactId>context-mapper-dsl</artifactId> <version>6.12.0</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.contextmapper</groupId> <artifactId>context-mapper-dsl</artifactId> <version>6.12.0</version> <dependencyManagement> <dependencies> <dependency> <groupId>org.eclipse.xtext</groupId> <artifactId>xtext-dev-bom</artifactId> <version>2.32.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.eclipse.xtext</groupId> <artifactId>org.eclipse.xtext</artifactId> <version>2.32.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>asm</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.eclipse.xtext</groupId> <artifactId>org.eclipse.xtext.xbase</artifactId> <version>2.32.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>asm</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.6</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>asm</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.9</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>asm</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.30</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>asm</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.9.9</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>asm</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.9.9</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>asm</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>1.14</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>asm</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.contextmapper</groupId> <artifactId>context-map-generator</artifactId> <version>1.2.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>asm</groupId> </exclusion> </exclusions> </dependency> </dependencies> <description>Use the ContextMapper DSL in your standalone application.</description> <name>ContextMapper DSL</name> <url>https://github.com/ContextMapper/context-mapper-dsl</url> <organization> <name>Context Mapper</name> <url>https://contextmapper.org/</url> </organization> <issueManagement> <system>GitHub</system> <url>https://github.com/ContextMapper/context-mapper-dsl/issues</url> </issueManagement> <licenses> <license> <name>Apache License 2.0</name> <url>https://github.com/ContextMapper/context-mapper-dsl/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/ContextMapper/context-mapper-dsl</url> <connection>scm:git:git://github.com/ContextMapper/context-mapper-dsl.git</connection> <developerConnection>scm:git:ssh://git@github.com:ContextMapper/context-mapper-dsl.git</developerConnection> </scm> <developers> <developer> <name>Stefan Kapferer</name> <email>stefan@contextmapper.org</email> </developer> </developers> </project>