Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdcom.findwise.hydra |
ArtifactId | ArtifactIdhydra-groovy-runner |
Version | Version0.4.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.findwise.hydra/hydra-groovy-runner/ -->
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-groovy-runner</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-groovy-runner/
implementation 'com.findwise.hydra:hydra-groovy-runner:0.4.4'
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-groovy-runner/
implementation ("com.findwise.hydra:hydra-groovy-runner:0.4.4")
'com.findwise.hydra:hydra-groovy-runner:jar:0.4.4'
<dependency org="com.findwise.hydra" name="hydra-groovy-runner" rev="0.4.4">
<artifact name="hydra-groovy-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.findwise.hydra', module='hydra-groovy-runner', version='0.4.4')
)
libraryDependencies += "com.findwise.hydra" % "hydra-groovy-runner" % "0.4.4"
[com.findwise.hydra/hydra-groovy-runner "0.4.4"]