d96a-edifact-binding
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.smooks.cartridges.edi</groupId> <artifactId>d96a-edifact-binding</artifactId> <version>2.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/xsd/maven-4.0.0.xsd"> <parent> <artifactId>edifact-jaxb-bindings</artifactId> <groupId>org.smooks.cartridges.edi</groupId> <version>2.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>d96a-edifact-binding</artifactId> <properties> <schema.pack.classifier>d96a</schema.pack.classifier> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.cxf</groupId> <artifactId>cxf-xjc-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.smooks.cartridges.edi</groupId> <artifactId>edifact-schemas</artifactId> <version>${project.version}</version> <classifier>d96a</classifier> </dependency> <dependency> <groupId>org.smooks.cartridges.edi</groupId> <artifactId>service-edifact-binding</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>