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