| Категории |
КатегорииMongoDB Данные Базы данных |
|---|---|
| Группа | Группаcom.github.krraghavan |
| Идентификатор | Идентификаторmongodb-aggregate-query-support-core |
| Версия | Версия0.8.6 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.krraghavan/mongodb-aggregate-query-support-core/ -->
<dependency>
<groupId>com.github.krraghavan</groupId>
<artifactId>mongodb-aggregate-query-support-core</artifactId>
<version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krraghavan/mongodb-aggregate-query-support-core/
implementation 'com.github.krraghavan:mongodb-aggregate-query-support-core:0.8.6'
// https://jarcasting.com/artifacts/com.github.krraghavan/mongodb-aggregate-query-support-core/
implementation ("com.github.krraghavan:mongodb-aggregate-query-support-core:0.8.6")
'com.github.krraghavan:mongodb-aggregate-query-support-core:jar:0.8.6'
<dependency org="com.github.krraghavan" name="mongodb-aggregate-query-support-core" rev="0.8.6">
<artifact name="mongodb-aggregate-query-support-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krraghavan', module='mongodb-aggregate-query-support-core', version='0.8.6')
)
libraryDependencies += "com.github.krraghavan" % "mongodb-aggregate-query-support-core" % "0.8.6"
[com.github.krraghavan/mongodb-aggregate-query-support-core "0.8.6"]