| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.hspconsortium |
| Идентификатор | Идентификаторhsp-reference-impl |
| Версия | Версия0.8 |
| Тип | Типpom |
| Описание |
ОписаниеHealth Services Platform Consortium - HSP Reference Impl
HSP Client Examples Aggregator POM
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hsp-reference-impl-0.8.pom | 935 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hspconsortium/hsp-reference-impl/ -->
<dependency>
<groupId>org.hspconsortium</groupId>
<artifactId>hsp-reference-impl</artifactId>
<version>0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hspconsortium/hsp-reference-impl/
implementation 'org.hspconsortium:hsp-reference-impl:0.8'
// https://jarcasting.com/artifacts/org.hspconsortium/hsp-reference-impl/
implementation ("org.hspconsortium:hsp-reference-impl:0.8")
'org.hspconsortium:hsp-reference-impl:pom:0.8'
<dependency org="org.hspconsortium" name="hsp-reference-impl" rev="0.8">
<artifact name="hsp-reference-impl" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hspconsortium', module='hsp-reference-impl', version='0.8')
)
libraryDependencies += "org.hspconsortium" % "hsp-reference-impl" % "0.8"
[org.hspconsortium/hsp-reference-impl "0.8"]