| GroupId | GroupIdcom.findwise.hydra |
|---|---|
| ArtifactId | ArtifactIdhydra-examples |
| Version | Version0.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hydra-examples-0.4.1.pom | |
| hydra-examples-0.4.1.jar | 22 KB |
| hydra-examples-0.4.1-sources.jar | 12 KB |
| hydra-examples-0.4.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-examples/
implementation 'com.findwise.hydra:hydra-examples:0.4.1'
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-examples/
implementation ("com.findwise.hydra:hydra-examples:0.4.1")
'com.findwise.hydra:hydra-examples:jar:0.4.1'
<dependency org="com.findwise.hydra" name="hydra-examples" rev="0.4.1">
<artifact name="hydra-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.findwise.hydra', module='hydra-examples', version='0.4.1')
)
libraryDependencies += "com.findwise.hydra" % "hydra-examples" % "0.4.1"
[com.findwise.hydra/hydra-examples "0.4.1"]