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