Categories |
CategoriesIDE Development Tools Data Elide Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.yahoo.elide |
ArtifactId | ArtifactIdelide-datastore-inmemorydb |
Version | Version5.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-inmemorydb/ -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-inmemorydb</artifactId>
<version>5.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-inmemorydb/
implementation 'com.yahoo.elide:elide-datastore-inmemorydb:5.0.7'
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-inmemorydb/
implementation ("com.yahoo.elide:elide-datastore-inmemorydb:5.0.7")
'com.yahoo.elide:elide-datastore-inmemorydb:jar:5.0.7'
<dependency org="com.yahoo.elide" name="elide-datastore-inmemorydb" rev="5.0.7">
<artifact name="elide-datastore-inmemorydb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='elide-datastore-inmemorydb', version='5.0.7')
)
libraryDependencies += "com.yahoo.elide" % "elide-datastore-inmemorydb" % "5.0.7"
[com.yahoo.elide/elide-datastore-inmemorydb "5.0.7"]