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