GroupId | GroupIdorg.sindice.siren |
---|---|
ArtifactId | ArtifactIdsiren-aggregator |
Version | Version0.2.3-RC1 |
Type | Typepom |
Filename | Size |
---|---|
siren-aggregator-0.2.3-RC1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sindice.siren/siren-aggregator/ -->
<dependency>
<groupId>org.sindice.siren</groupId>
<artifactId>siren-aggregator</artifactId>
<version>0.2.3-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sindice.siren/siren-aggregator/
implementation 'org.sindice.siren:siren-aggregator:0.2.3-RC1'
// https://jarcasting.com/artifacts/org.sindice.siren/siren-aggregator/
implementation ("org.sindice.siren:siren-aggregator:0.2.3-RC1")
'org.sindice.siren:siren-aggregator:pom:0.2.3-RC1'
<dependency org="org.sindice.siren" name="siren-aggregator" rev="0.2.3-RC1">
<artifact name="siren-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sindice.siren', module='siren-aggregator', version='0.2.3-RC1')
)
libraryDependencies += "org.sindice.siren" % "siren-aggregator" % "0.2.3-RC1"
[org.sindice.siren/siren-aggregator "0.2.3-RC1"]