| Группа | Группаcom.apiomat.helper |
|---|---|
| Идентификатор | Идентификаторintegration-test-helper |
| Версия | Версия1.2.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| integration-test-helper-1.2.4.pom | |
| integration-test-helper-1.2.4.jar | 28 KB |
| integration-test-helper-1.2.4-sources.jar | 15 KB |
| integration-test-helper-1.2.4-javadoc.jar | 61 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.apiomat.helper/integration-test-helper/
implementation 'com.apiomat.helper:integration-test-helper:1.2.4'
// https://jarcasting.com/artifacts/com.apiomat.helper/integration-test-helper/
implementation ("com.apiomat.helper:integration-test-helper:1.2.4")
'com.apiomat.helper:integration-test-helper:jar:1.2.4'
<dependency org="com.apiomat.helper" name="integration-test-helper" rev="1.2.4">
<artifact name="integration-test-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apiomat.helper', module='integration-test-helper', version='1.2.4')
)
libraryDependencies += "com.apiomat.helper" % "integration-test-helper" % "1.2.4"
[com.apiomat.helper/integration-test-helper "1.2.4"]