GroupId | GroupIdorg.fuzzydb |
---|---|
ArtifactId | ArtifactIdorg.fuzzydb.spring.aggregator |
Version | Version1.0.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
org.fuzzydb.spring.aggregator-1.0.0.RELEASE.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.spring.aggregator/ -->
<dependency>
<groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.spring.aggregator</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.spring.aggregator/
implementation 'org.fuzzydb:org.fuzzydb.spring.aggregator:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.spring.aggregator/
implementation ("org.fuzzydb:org.fuzzydb.spring.aggregator:1.0.0.RELEASE")
'org.fuzzydb:org.fuzzydb.spring.aggregator:pom:1.0.0.RELEASE'
<dependency org="org.fuzzydb" name="org.fuzzydb.spring.aggregator" rev="1.0.0.RELEASE">
<artifact name="org.fuzzydb.spring.aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fuzzydb', module='org.fuzzydb.spring.aggregator', version='1.0.0.RELEASE')
)
libraryDependencies += "org.fuzzydb" % "org.fuzzydb.spring.aggregator" % "1.0.0.RELEASE"
[org.fuzzydb/org.fuzzydb.spring.aggregator "1.0.0.RELEASE"]