| Группа | Группаde.hilling.lang.annotations |
|---|---|
| Идентификатор | Идентификаторintegration-tests |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| integration-tests-1.1.0.pom | |
| integration-tests-1.1.0.jar | 3 KB |
| integration-tests-1.1.0-sources.jar | 3 KB |
| integration-tests-1.1.0-javadoc.jar | 372 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.hilling.lang.annotations/integration-tests/ -->
<dependency>
<groupId>de.hilling.lang.annotations</groupId>
<artifactId>integration-tests</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/integration-tests/
implementation 'de.hilling.lang.annotations:integration-tests:1.1.0'
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/integration-tests/
implementation ("de.hilling.lang.annotations:integration-tests:1.1.0")
'de.hilling.lang.annotations:integration-tests:jar:1.1.0'
<dependency org="de.hilling.lang.annotations" name="integration-tests" rev="1.1.0">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.lang.annotations', module='integration-tests', version='1.1.0')
)
libraryDependencies += "de.hilling.lang.annotations" % "integration-tests" % "1.1.0"
[de.hilling.lang.annotations/integration-tests "1.1.0"]