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