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