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