| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.lifeomic |
| Идентификатор | Идентификаторfhirlib |
| Последняя версия | Последняя версия0.10.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.lifeomic:fhirlib
A scala ser/de library for working with FHIR data
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| fhirlib-0.10.1.pom | |
| fhirlib-0.10.1.jar | 715 KB |
| fhirlib-0.10.1-sources.jar | 515 KB |
| fhirlib-0.10.1-javadoc.jar | 680 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lifeomic/fhirlib/ -->
<dependency>
<groupId>com.lifeomic</groupId>
<artifactId>fhirlib</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lifeomic/fhirlib/
implementation 'com.lifeomic:fhirlib:0.10.1'
// https://jarcasting.com/artifacts/com.lifeomic/fhirlib/
implementation ("com.lifeomic:fhirlib:0.10.1")
'com.lifeomic:fhirlib:jar:0.10.1'
<dependency org="com.lifeomic" name="fhirlib" rev="0.10.1">
<artifact name="fhirlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lifeomic', module='fhirlib', version='0.10.1')
)
libraryDependencies += "com.lifeomic" % "fhirlib" % "0.10.1"
[com.lifeomic/fhirlib "0.10.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.scalatest : scalatest_2.11 | jar | 3.0.5 |