milyn-smooks-example-edi-with-import-to-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.dhatim</groupId> <artifactId>milyn-smooks-example-edi-with-import-to-java</artifactId> <version>1.7.5</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.dhatim</groupId> <artifactId>smooks-examples-parent</artifactId> <version>1.7.5</version> <relativePath>../parent/pom.xml</relativePath> </parent> <name>Milyn :: Smooks Example :: EDI-with-import-to-Java</name> <artifactId>milyn-smooks-example-edi-with-import-to-java</artifactId> <packaging>bundle</packaging> <dependencies> <dependency> <groupId>org.dhatim</groupId> <artifactId>milyn-smooks-edi</artifactId> </dependency> <dependency> <groupId>org.dhatim</groupId> <artifactId>milyn-smooks-javabean</artifactId> </dependency> </dependencies> </project>