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