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