| Лицензия |
Лицензия |
|---|---|
| Группа | Группаau.csiro.pathling |
| Идентификатор | Идентификаторpathling |
| Версия | Версия5.2.0 |
| Тип | Типpom |
| Описание |
ОписаниеPathling
A server based on the HL7® FHIR® standard, implementing special functionality designed to ease
the delivery of analytics-enabled apps and augment tasks related to health data analytics.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| pathling-5.2.0.pom | 20 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/au.csiro.pathling/pathling/ -->
<dependency>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>5.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/au.csiro.pathling/pathling/
implementation 'au.csiro.pathling:pathling:5.2.0'
// https://jarcasting.com/artifacts/au.csiro.pathling/pathling/
implementation ("au.csiro.pathling:pathling:5.2.0")
'au.csiro.pathling:pathling:pom:5.2.0'
<dependency org="au.csiro.pathling" name="pathling" rev="5.2.0">
<artifact name="pathling" type="pom" />
</dependency>
@Grapes(
@Grab(group='au.csiro.pathling', module='pathling', version='5.2.0')
)
libraryDependencies += "au.csiro.pathling" % "pathling" % "5.2.0"
[au.csiro.pathling/pathling "5.2.0"]