| Категории |
КатегорииIDE Инструменты разработки Данные Elide Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.yahoo.elide |
| Идентификатор | Идентификаторelide-datastore-aggregation |
| Версия | Версия5.0.0-pr30 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-aggregation/ -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-aggregation</artifactId>
<version>5.0.0-pr30</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-aggregation/
implementation 'com.yahoo.elide:elide-datastore-aggregation:5.0.0-pr30'
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-aggregation/
implementation ("com.yahoo.elide:elide-datastore-aggregation:5.0.0-pr30")
'com.yahoo.elide:elide-datastore-aggregation:jar:5.0.0-pr30'
<dependency org="com.yahoo.elide" name="elide-datastore-aggregation" rev="5.0.0-pr30">
<artifact name="elide-datastore-aggregation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='elide-datastore-aggregation', version='5.0.0-pr30')
)
libraryDependencies += "com.yahoo.elide" % "elide-datastore-aggregation" % "5.0.0-pr30"
[com.yahoo.elide/elide-datastore-aggregation "5.0.0-pr30"]