GroupId | GroupIddk.alexandra.fresco |
---|---|
ArtifactId | ArtifactIdaggregation |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
aggregation-1.2.1.pom | |
aggregation-1.2.1.jar | 4 MB |
aggregation-1.2.1-sources.jar | 3 KB |
aggregation-1.2.1-javadoc.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.alexandra.fresco/aggregation/ -->
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>aggregation</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/dk.alexandra.fresco/aggregation/
implementation 'dk.alexandra.fresco:aggregation:1.2.1'
// https://jarcasting.com/artifacts/dk.alexandra.fresco/aggregation/
implementation ("dk.alexandra.fresco:aggregation:1.2.1")
'dk.alexandra.fresco:aggregation:jar:1.2.1'
<dependency org="dk.alexandra.fresco" name="aggregation" rev="1.2.1">
<artifact name="aggregation" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.alexandra.fresco', module='aggregation', version='1.2.1')
)
libraryDependencies += "dk.alexandra.fresco" % "aggregation" % "1.2.1"
[dk.alexandra.fresco/aggregation "1.2.1"]