| License |
License |
|---|---|
| GroupId | GroupIdcom.ibm.fhir |
| ArtifactId | ArtifactIdfhir-openapi |
| Version | Version4.10.2 |
| Type | Typewar |
| Description |
DescriptionThe IBM® FHIR® Server is a modular Java implementation of version 4 of the HL7 FHIR specification with a focus on performance and configurability.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fhir-openapi-4.10.2.pom | |
| fhir-openapi-4.10.2.war | 584 KB |
| fhir-openapi-4.10.2-tests.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.fhir/fhir-openapi/ -->
<dependency>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-openapi</artifactId>
<version>4.10.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-openapi/
implementation 'com.ibm.fhir:fhir-openapi:4.10.2'
// https://jarcasting.com/artifacts/com.ibm.fhir/fhir-openapi/
implementation ("com.ibm.fhir:fhir-openapi:4.10.2")
'com.ibm.fhir:fhir-openapi:war:4.10.2'
<dependency org="com.ibm.fhir" name="fhir-openapi" rev="4.10.2">
<artifact name="fhir-openapi" type="war" />
</dependency>
@Grapes(
@Grab(group='com.ibm.fhir', module='fhir-openapi', version='4.10.2')
)
libraryDependencies += "com.ibm.fhir" % "fhir-openapi" % "4.10.2"
[com.ibm.fhir/fhir-openapi "4.10.2"]