| Group ID: |
dev.juherr.datex4j |
| Artifact ID: |
datex4j-validation |
| Last modified: |
25.07.2026 14:50 |
| Packaging: |
jar |
| Name: |
datex4j-validation |
| Description: |
Structured, error-collecting validation of DATEX II documents against the official XML Schemas. |
|
|
| Size: |
10.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/dev/juherr/datex4j/datex4j-validation/0.1.0/datex4j-validation-0.1.0.jar |
| POM: |
Show
hide
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>dev.juherr.datex4j</groupId>
<artifactId>datex4j</artifactId>
<version>0.1.0</version>
</parent>
<artifactId>datex4j-validation</artifactId>
<packaging>jar</packaging>
<name>datex4j-validation</name>
<description>
Structured, error-collecting validation of DATEX II documents against the official XML Schemas.
</description>
<properties>
<jacoco.line.minimum>0.85</jacoco.line.minimum>
</properties>
<dependencies>
<dependency>
<groupId>dev.juherr.datex4j</groupId>
<artifactId>datex4j-xml</artifactId>
</dependency>
<dependency>
<groupId>dev.juherr.datex4j</groupId>
<artifactId>datex4j-core</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.juherr.datex4j</groupId>
<artifactId>datex4j-model</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>dev.juherr.datex4j.validation</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>dev.juherr.datex4j</groupId>
<artifactId>datex4j-validation</artifactId>
<version>0.1.0</version>
</dependency>
|
| Gradle: |
dev.juherr.datex4j:datex4j-validation:0.1.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|