| GroupId | GroupIdcom.findwise.hydra |
|---|---|
| ArtifactId | ArtifactIdfunctional-tests |
| Version | Version0.4.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| functional-tests-0.4.5.pom | |
| functional-tests-0.4.5.jar | 28 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.findwise.hydra/functional-tests/ -->
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>functional-tests</artifactId>
<version>0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.findwise.hydra/functional-tests/
implementation 'com.findwise.hydra:functional-tests:0.4.5'
// https://jarcasting.com/artifacts/com.findwise.hydra/functional-tests/
implementation ("com.findwise.hydra:functional-tests:0.4.5")
'com.findwise.hydra:functional-tests:jar:0.4.5'
<dependency org="com.findwise.hydra" name="functional-tests" rev="0.4.5">
<artifact name="functional-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.findwise.hydra', module='functional-tests', version='0.4.5')
)
libraryDependencies += "com.findwise.hydra" % "functional-tests" % "0.4.5"
[com.findwise.hydra/functional-tests "0.4.5"]