d11b-binding
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.milyn.edi.unedifact</groupId> <artifactId>d11b-binding</artifactId> <version>1.7.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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.milyn.edi.unedifact</groupId> <artifactId>d11b-aggregator</artifactId> <version>1.7.1.0</version> </parent> <artifactId>d11b-binding</artifactId> <name>Smooks EDI - UN/EDIFACT - D11B - Bindings</name> <dependencies> <dependency> <groupId>org.milyn.edi.unedifact</groupId> <artifactId>d11b-mapping</artifactId> <version>${project.version}</version> <optional>true</optional> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.milyn</groupId> <artifactId>ejc-maven-plugin</artifactId> <configuration> <ediMappingFile>urn:org.milyn.edi.unedifact:d11b-mapping:${project.version}</ediMappingFile> </configuration> <dependencies> <dependency> <groupId>org.milyn.edi.unedifact</groupId> <artifactId>d11b-mapping</artifactId> <version>${project.version}</version> </dependency> </dependencies> </plugin> </plugins> </build> </project>