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