| GroupId | GroupIdcom.apiomat.helper |
|---|---|
| ArtifactId | ArtifactIdintegration-test-helper |
| Version | Version1.2.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.apiomat.helper/integration-test-helper/ -->
<dependency>
<groupId>com.apiomat.helper</groupId>
<artifactId>integration-test-helper</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.apiomat.helper/integration-test-helper/
implementation 'com.apiomat.helper:integration-test-helper:1.2.0'
// https://jarcasting.com/artifacts/com.apiomat.helper/integration-test-helper/
implementation ("com.apiomat.helper:integration-test-helper:1.2.0")
'com.apiomat.helper:integration-test-helper:jar:1.2.0'
<dependency org="com.apiomat.helper" name="integration-test-helper" rev="1.2.0">
<artifact name="integration-test-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apiomat.helper', module='integration-test-helper', version='1.2.0')
)
libraryDependencies += "com.apiomat.helper" % "integration-test-helper" % "1.2.0"
[com.apiomat.helper/integration-test-helper "1.2.0"]