Files download
File Operation
elide-datastore-noop-7.0.5.jar download
elide-datastore-noop-7.0.5.pom download
elide-datastore-noop-7.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yahoo.elide</groupId>
  <artifactId>elide-datastore-noop</artifactId>
  <version>7.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.yahoo.elide:elide-datastore-noop:7.0.5'
Gradle Kotlin
implementation("com.yahoo.elide:elide-datastore-noop:7.0.5")
Scala SBT
libraryDependencies += "com.yahoo.elide" % "elide-datastore-noop" % "7.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.elide', module='elide-datastore-noop', version='7.0.5')
)
Apache Ivy
<dependency org="com.yahoo.elide" name="elide-datastore-noop" rev="7.0.5" />
Leiningen
[com.yahoo.elide/elide-datastore-noop "7.0.5"]
Apache Buildr
'com.yahoo.elide:elide-datastore-noop:jar:7.0.5'