License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.findwise.hydra |
ArtifactId | ArtifactIdhydra-groovy-runner |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.findwise.hydra/hydra-groovy-runner/ -->
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-groovy-runner</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-groovy-runner/
implementation 'com.findwise.hydra:hydra-groovy-runner:0.5.0'
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-groovy-runner/
implementation ("com.findwise.hydra:hydra-groovy-runner:0.5.0")
'com.findwise.hydra:hydra-groovy-runner:jar:0.5.0'
<dependency org="com.findwise.hydra" name="hydra-groovy-runner" rev="0.5.0">
<artifact name="hydra-groovy-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.findwise.hydra', module='hydra-groovy-runner', version='0.5.0')
)
libraryDependencies += "com.findwise.hydra" % "hydra-groovy-runner" % "0.5.0"
[com.findwise.hydra/hydra-groovy-runner "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.findwise.hydra : hydra-api | jar | 0.5.0 |
org.codehaus.groovy : groovy-all | jar | 2.0.2 |
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |