GroupId | GroupIdcom.hotels |
---|---|
ArtifactId | ArtifactIdwaggle-dance-integration-tests |
Version | Version3.9.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels/waggle-dance-integration-tests/
implementation 'com.hotels:waggle-dance-integration-tests:3.9.3'
// https://jarcasting.com/artifacts/com.hotels/waggle-dance-integration-tests/
implementation ("com.hotels:waggle-dance-integration-tests:3.9.3")
'com.hotels:waggle-dance-integration-tests:jar:3.9.3'
<dependency org="com.hotels" name="waggle-dance-integration-tests" rev="3.9.3">
<artifact name="waggle-dance-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels', module='waggle-dance-integration-tests', version='3.9.3')
)
libraryDependencies += "com.hotels" % "waggle-dance-integration-tests" % "3.9.3"
[com.hotels/waggle-dance-integration-tests "3.9.3"]