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