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