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