fullbyrdelsesordre
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.domstolene.esas</groupId> <artifactId>fullbyrdelsesordre</artifactId> <version>31032025.c53516d</version> </dependency>
<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> <artifactId>fullbyrdelsesordre</artifactId> <packaging>jar</packaging> <name>fullbyrdelsesordre</name> <description>JSON-schema for fullbyrdelsesordre</description> <parent> <groupId>io.github.domstolene.esas</groupId> <artifactId>kontrakter</artifactId> <version>31032025.c53516d</version> <relativePath>../../../pom.xml</relativePath> </parent> <build> <resources> <resource> <targetPath>schema</targetPath> <directory>./</directory> <includes> <include>**/*.json</include> </includes> </resource> </resources> </build> </project>