| GroupId | GroupIdcom.findwise.hydra |
|---|---|
| ArtifactId | ArtifactIdstages |
| Version | Version0.4.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| stages-0.4.4.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.findwise.hydra/stages/ -->
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>stages</artifactId>
<version>0.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.findwise.hydra/stages/
implementation 'com.findwise.hydra:stages:0.4.4'
// https://jarcasting.com/artifacts/com.findwise.hydra/stages/
implementation ("com.findwise.hydra:stages:0.4.4")
'com.findwise.hydra:stages:pom:0.4.4'
<dependency org="com.findwise.hydra" name="stages" rev="0.4.4">
<artifact name="stages" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.findwise.hydra', module='stages', version='0.4.4')
)
libraryDependencies += "com.findwise.hydra" % "stages" % "0.4.4"
[com.findwise.hydra/stages "0.4.4"]