husky-xds-mhd-conversion
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.projecthusky.communication</groupId> <artifactId>husky-xds-mhd-conversion</artifactId> <version>3.1.0</version> </dependency>
<?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> <artifactId>husky-xds-mhd-conversion</artifactId> <name>Husky XDS-MHD Conversion</name> <parent> <groupId>org.projecthusky.communication</groupId> <artifactId>husky-communication</artifactId> <version>3.1.0</version> </parent> <dependencies> <dependency> <groupId>org.openehealth.ipf.commons</groupId> <artifactId>ipf-commons-ihe-xds</artifactId> <version>${ipf.version}</version> </dependency> <dependency> <groupId>org.projecthusky.common</groupId> <artifactId>husky-common-gen</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>org.projecthusky.communication</groupId> <artifactId>husky-communication-ch</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-structures-r4</artifactId> </dependency> <!-- Tests --> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> </dependencies> </project>