GroupId | GroupIdcom.findwise.hydra |
---|---|
ArtifactId | ArtifactIdhydra-test-suite |
Version | Version0.4.2 |
Type | Typepom |
Filename | Size |
---|---|
hydra-test-suite-0.4.2.pom | 555 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.findwise.hydra/hydra-test-suite/ -->
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-test-suite</artifactId>
<version>0.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-test-suite/
implementation 'com.findwise.hydra:hydra-test-suite:0.4.2'
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-test-suite/
implementation ("com.findwise.hydra:hydra-test-suite:0.4.2")
'com.findwise.hydra:hydra-test-suite:pom:0.4.2'
<dependency org="com.findwise.hydra" name="hydra-test-suite" rev="0.4.2">
<artifact name="hydra-test-suite" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.findwise.hydra', module='hydra-test-suite', version='0.4.2')
)
libraryDependencies += "com.findwise.hydra" % "hydra-test-suite" % "0.4.2"
[com.findwise.hydra/hydra-test-suite "0.4.2"]