| Группа | Группаca.uhn.hapi.fhir |
|---|---|
| Идентификатор | Идентификаторhapi-fhir-jpaserver-base |
| Версия | Версия1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hapi-fhir-jpaserver-base-1.4.pom | |
| hapi-fhir-jpaserver-base-1.4.jar | 1 MB |
| hapi-fhir-jpaserver-base-1.4-sources.jar | 645 KB |
| hapi-fhir-jpaserver-base-1.4-javadoc.jar | 3 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-base</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base/
implementation 'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:1.4'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:1.4")
'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:jar:1.4'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-jpaserver-base" rev="1.4">
<artifact name="hapi-fhir-jpaserver-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-jpaserver-base', version='1.4')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-jpaserver-base" % "1.4"
[ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base "1.4"]