All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eppol-bis-billing-3-generator-api.v0.5-billing-3.0.17.source-code.pom.xml Maven / Gradle / Ivy

The newest version!
<?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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>no.digipost</groupId>
        <artifactId>peppol-bis-billing-3-generator-parent</artifactId>
        <version>v0.5-billing-3.0.17</version>
    </parent>

    <artifactId>peppol-bis-billing-3-generator-api</artifactId>
    <description>Peppol BIS Billing 3 generator Api</description>

    <dependencies>
        <dependency>
            <groupId>no.digipost</groupId>
            <artifactId>peppol-bis-billing-3-generator-domain</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>no.digipost</groupId>
            <artifactId>peppol-bis-billing-3-generator-validation</artifactId>
            <optional>true</optional>
            <scope>compile</scope>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eaxy</groupId>
            <artifactId>eaxy</artifactId>
        </dependency>

        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter-api</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter-engine</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest</artifactId>
        </dependency>
    </dependencies>

</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy