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