GroupId | GroupIdorg.meeuw.math |
---|---|
ArtifactId | ArtifactIdreport-aggregation |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
report-aggregation-0.6.1.pom | |
report-aggregation-0.6.1.jar | 1 KB |
report-aggregation-0.6.1-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.meeuw.math/report-aggregation/ -->
<dependency>
<groupId>org.meeuw.math</groupId>
<artifactId>report-aggregation</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.meeuw.math/report-aggregation/
implementation 'org.meeuw.math:report-aggregation:0.6.1'
// https://jarcasting.com/artifacts/org.meeuw.math/report-aggregation/
implementation ("org.meeuw.math:report-aggregation:0.6.1")
'org.meeuw.math:report-aggregation:jar:0.6.1'
<dependency org="org.meeuw.math" name="report-aggregation" rev="0.6.1">
<artifact name="report-aggregation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meeuw.math', module='report-aggregation', version='0.6.1')
)
libraryDependencies += "org.meeuw.math" % "report-aggregation" % "0.6.1"
[org.meeuw.math/report-aggregation "0.6.1"]