casp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.coderic.iso20022.messages</groupId> <artifactId>casp</artifactId> <version>17.1.6</version> </dependency>
<?xml version="1.0"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.coderic.iso20022.messages</groupId> <artifactId>core</artifactId> <version>0.0.1</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>casp</artifactId> <version>17.1.6</version> <name>casp: Sale to POI Card Transactions</name> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <id>xjc</id> <goals> <goal>xjc</goal> </goals> </execution> </executions> <configuration> <packageName>org.coderic.iso20022.messages.casp</packageName> <sources> <source>${project.basedir}/src/main/xsd/casp/casp.017.001.06.xsd</source> </sources> </configuration> </plugin> </plugins> </build> </project>