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