| License |
License |
|---|---|
| GroupId | GroupIdorg.fhirproof |
| ArtifactId | ArtifactIdfhir-proofer |
| Version | Version0.2.0 |
| Type | Typejar |
| Description |
Descriptionfhir-proofer
FHIR Proofer aims to provide a simple way to test or proofing out interacting with a FHIR store.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fhir-proofer-0.2.0.pom | |
| fhir-proofer-0.2.0.jar | 27 KB |
| fhir-proofer-0.2.0-sources.jar | 17 KB |
| fhir-proofer-0.2.0-javadoc.jar | 173 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fhirproof/fhir-proofer/ -->
<dependency>
<groupId>org.fhirproof</groupId>
<artifactId>fhir-proofer</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fhirproof/fhir-proofer/
implementation 'org.fhirproof:fhir-proofer:0.2.0'
// https://jarcasting.com/artifacts/org.fhirproof/fhir-proofer/
implementation ("org.fhirproof:fhir-proofer:0.2.0")
'org.fhirproof:fhir-proofer:jar:0.2.0'
<dependency org="org.fhirproof" name="fhir-proofer" rev="0.2.0">
<artifact name="fhir-proofer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fhirproof', module='fhir-proofer', version='0.2.0')
)
libraryDependencies += "org.fhirproof" % "fhir-proofer" % "0.2.0"
[org.fhirproof/fhir-proofer "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| ca.uhn.hapi.fhir : hapi-fhir-structures-r4 | jar | 5.0.1 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |