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