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