GroupId | GroupIdcom.hotels |
---|---|
ArtifactId | ArtifactIdwaggle-dance-integration-tests |
Version | Version3.9.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hotels/waggle-dance-integration-tests/ -->
<dependency>
<groupId>com.hotels</groupId>
<artifactId>waggle-dance-integration-tests</artifactId>
<version>3.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels/waggle-dance-integration-tests/
implementation 'com.hotels:waggle-dance-integration-tests:3.9.2'
// https://jarcasting.com/artifacts/com.hotels/waggle-dance-integration-tests/
implementation ("com.hotels:waggle-dance-integration-tests:3.9.2")
'com.hotels:waggle-dance-integration-tests:jar:3.9.2'
<dependency org="com.hotels" name="waggle-dance-integration-tests" rev="3.9.2">
<artifact name="waggle-dance-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels', module='waggle-dance-integration-tests', version='3.9.2')
)
libraryDependencies += "com.hotels" % "waggle-dance-integration-tests" % "3.9.2"
[com.hotels/waggle-dance-integration-tests "3.9.2"]