Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.iovation.launchkey |
ArtifactId | ArtifactIdsdk-integration-tests |
Version | Version4.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.iovation.launchkey/sdk-integration-tests/ -->
<dependency>
<groupId>com.iovation.launchkey</groupId>
<artifactId>sdk-integration-tests</artifactId>
<version>4.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.iovation.launchkey/sdk-integration-tests/
implementation 'com.iovation.launchkey:sdk-integration-tests:4.5.0'
// https://jarcasting.com/artifacts/com.iovation.launchkey/sdk-integration-tests/
implementation ("com.iovation.launchkey:sdk-integration-tests:4.5.0")
'com.iovation.launchkey:sdk-integration-tests:jar:4.5.0'
<dependency org="com.iovation.launchkey" name="sdk-integration-tests" rev="4.5.0">
<artifact name="sdk-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iovation.launchkey', module='sdk-integration-tests', version='4.5.0')
)
libraryDependencies += "com.iovation.launchkey" % "sdk-integration-tests" % "4.5.0"
[com.iovation.launchkey/sdk-integration-tests "4.5.0"]