| GroupId | GroupIdcom.microfocus.adm.almoctane.sdk |
|---|---|
| ArtifactId | ArtifactIdsdk-integration-tests |
| Version | Version15.0.40.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microfocus.adm.almoctane.sdk/sdk-integration-tests/ -->
<dependency>
<groupId>com.microfocus.adm.almoctane.sdk</groupId>
<artifactId>sdk-integration-tests</artifactId>
<version>15.0.40.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microfocus.adm.almoctane.sdk/sdk-integration-tests/
implementation 'com.microfocus.adm.almoctane.sdk:sdk-integration-tests:15.0.40.1'
// https://jarcasting.com/artifacts/com.microfocus.adm.almoctane.sdk/sdk-integration-tests/
implementation ("com.microfocus.adm.almoctane.sdk:sdk-integration-tests:15.0.40.1")
'com.microfocus.adm.almoctane.sdk:sdk-integration-tests:jar:15.0.40.1'
<dependency org="com.microfocus.adm.almoctane.sdk" name="sdk-integration-tests" rev="15.0.40.1">
<artifact name="sdk-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microfocus.adm.almoctane.sdk', module='sdk-integration-tests', version='15.0.40.1')
)
libraryDependencies += "com.microfocus.adm.almoctane.sdk" % "sdk-integration-tests" % "15.0.40.1"
[com.microfocus.adm.almoctane.sdk/sdk-integration-tests "15.0.40.1"]