| Группа | Группаorg.fuzzydb |
|---|---|
| Идентификатор | Идентификаторorg.fuzzydb.spring.aggregator |
| Версия | Версия1.1.0.M1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| org.fuzzydb.spring.aggregator-1.1.0.M1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.spring.aggregator/ -->
<dependency>
<groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.spring.aggregator</artifactId>
<version>1.1.0.M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.spring.aggregator/
implementation 'org.fuzzydb:org.fuzzydb.spring.aggregator:1.1.0.M1'
// https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.spring.aggregator/
implementation ("org.fuzzydb:org.fuzzydb.spring.aggregator:1.1.0.M1")
'org.fuzzydb:org.fuzzydb.spring.aggregator:pom:1.1.0.M1'
<dependency org="org.fuzzydb" name="org.fuzzydb.spring.aggregator" rev="1.1.0.M1">
<artifact name="org.fuzzydb.spring.aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fuzzydb', module='org.fuzzydb.spring.aggregator', version='1.1.0.M1')
)
libraryDependencies += "org.fuzzydb" % "org.fuzzydb.spring.aggregator" % "1.1.0.M1"
[org.fuzzydb/org.fuzzydb.spring.aggregator "1.1.0.M1"]