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