License |
License |
---|---|
GroupId | GroupIdcom.lifeomic |
ArtifactId | ArtifactIdfhirlib |
Version | Version0.10.0 |
Type | Typejar |
Description |
Descriptioncom.lifeomic:fhirlib
A scala ser/de library for working with FHIR data
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fhirlib-0.10.0.pom | |
fhirlib-0.10.0.jar | 821 KB |
fhirlib-0.10.0-sources.jar | 520 KB |
fhirlib-0.10.0-javadoc.jar | 844 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lifeomic/fhirlib/ -->
<dependency>
<groupId>com.lifeomic</groupId>
<artifactId>fhirlib</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lifeomic/fhirlib/
implementation 'com.lifeomic:fhirlib:0.10.0'
// https://jarcasting.com/artifacts/com.lifeomic/fhirlib/
implementation ("com.lifeomic:fhirlib:0.10.0")
'com.lifeomic:fhirlib:jar:0.10.0'
<dependency org="com.lifeomic" name="fhirlib" rev="0.10.0">
<artifact name="fhirlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lifeomic', module='fhirlib', version='0.10.0')
)
libraryDependencies += "com.lifeomic" % "fhirlib" % "0.10.0"
[com.lifeomic/fhirlib "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
org.json4s : json4s-ast_2.11 | jar | 3.5.3 |
org.json4s : json4s-jackson_2.11 | jar | 3.5.3 |
org.json4s : json4s-core_2.11 | jar | 3.5.3 |
org.json4s : json4s-ext_2.11 | jar | 3.5.3 |
com.github.fge : json-schema-validator | jar | 2.2.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.10.0 |
com.fasterxml.jackson.module : jackson-module-parameter-names | jar | 2.10.0 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.10.0 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.10.0 |
com.fasterxml.jackson.module : jackson-module-scala_2.11 | jar | 2.10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.scalatest : scalatest_2.11 | jar | 3.0.5 |