kith-hodemelding
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>no.nav.helse.xml</groupId> <artifactId>kith-hodemelding</artifactId> <version>2019.09.09-08-50-693492ddc1d3f98e70c1638c94dcb95a66036d12</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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> <groupId>no.nav.helse.xml</groupId> <artifactId>kith-hodemelding</artifactId> <version>2019.09.09-08-50-693492ddc1d3f98e70c1638c94dcb95a66036d12</version> <name>SYFO XML beans</name> <description>A collection of XML beans</description> <url>https://github.com/navikt/syfo-xml-codegen</url> <organization> <name>NAV (Arbeids- og velferdsdirektoratet) - The Norwegian Labour and Welfare Administration</name> <url>https://www.nav.no/</url> </organization> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <organization>NAV (Arbeids- og velferdsdirektoratet) - The Norwegian Labour and Welfare Administration</organization> <organizationUrl>https://www.nav.no/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/navikt/syfo-xml-codegen.git</connection> <developerConnection>scm:git:https://github.com/navikt/syfo-xml-codegen.git</developerConnection> <url>https://github.com/navikt/syfo-xml-codegen</url> </scm> <dependencies> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>2.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.migesok</groupId> <artifactId>jaxb-java-time-adapters</artifactId> <version>1.1.3</version> <scope>runtime</scope> </dependency> </dependencies> </project>