husky-fhir-communication
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.projecthusky.fhir</groupId>
<artifactId>husky-fhir-communication</artifactId>
<version>3.4.0</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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>husky-fhir-communication</artifactId> <name>Husky FHIR Communication</name> <parent> <groupId>org.projecthusky.fhir</groupId> <artifactId>husky-fhir</artifactId> <version>3.4.0</version> </parent> <dependencies> <dependency> <groupId>org.projecthusky.fhir.structures</groupId> <artifactId>husky-fhir-structures-gen</artifactId> <version>3.4.0</version> </dependency> <!-- test stuff --> <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>