не последняя версия
Последняя версия 0.2.0

org.fhirproof:fhir-proofer 0.1.0

FHIR Proofer aims to provide a simple way to test or proofing out interacting with a FHIR store. The FHIR Proof store's goal is to be as FHIR compliant as possible while still remaining a slim product.

Группа

Группа

org.fhirproof
Идентификатор

Идентификатор

fhir-proofer
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать fhir-proofer 0.1.0


<!-- https://jarcasting.com/artifacts/org.fhirproof/fhir-proofer/ -->
<dependency>
    <groupId>org.fhirproof</groupId>
    <artifactId>fhir-proofer</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fhirproof/fhir-proofer/
implementation 'org.fhirproof:fhir-proofer:0.1.0'
// https://jarcasting.com/artifacts/org.fhirproof/fhir-proofer/
implementation ("org.fhirproof:fhir-proofer:0.1.0")
'org.fhirproof:fhir-proofer:jar:0.1.0'
<dependency org="org.fhirproof" name="fhir-proofer" rev="0.1.0">
  <artifact name="fhir-proofer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fhirproof', module='fhir-proofer', version='0.1.0')
)
libraryDependencies += "org.fhirproof" % "fhir-proofer" % "0.1.0"
[org.fhirproof/fhir-proofer "0.1.0"]