META-INF.maven.de.gematik.bbriccs.fhir-codec-brick.pom.xml Maven / Gradle / Ivy
The newest version!
<?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> <parent> <groupId>de.gematik.bbriccs</groupId> <artifactId>fhir-bricks</artifactId> <version>0.1.10</version> </parent> <artifactId>fhir-codec-brick</artifactId> <name>FHIR Codec Brick</name> <dependencies> <dependency> <groupId>de.gematik.bbriccs</groupId> <artifactId>fhir-coding-system-brick</artifactId> </dependency> <dependency> <groupId>de.gematik.bbriccs</groupId> <artifactId>fhir-validation-brick</artifactId> </dependency> <dependency> <groupId>de.gematik.refv</groupId> <artifactId>referencevalidator-lib</artifactId> <scope>provided</scope> </dependency> </dependencies> </project>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy