| GroupId | GroupIdorg.spire-math |
|---|---|
| ArtifactId | ArtifactIdspire-aggregate_2.10 |
| Version | Version0.4.0-M3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.spire-math/spire-aggregate_2.10/ -->
<dependency>
<groupId>org.spire-math</groupId>
<artifactId>spire-aggregate_2.10</artifactId>
<version>0.4.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.spire-math/spire-aggregate_2.10/
implementation 'org.spire-math:spire-aggregate_2.10:0.4.0-M3'
// https://jarcasting.com/artifacts/org.spire-math/spire-aggregate_2.10/
implementation ("org.spire-math:spire-aggregate_2.10:0.4.0-M3")
'org.spire-math:spire-aggregate_2.10:jar:0.4.0-M3'
<dependency org="org.spire-math" name="spire-aggregate_2.10" rev="0.4.0-M3">
<artifact name="spire-aggregate_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spire-math', module='spire-aggregate_2.10', version='0.4.0-M3')
)
libraryDependencies += "org.spire-math" % "spire-aggregate_2.10" % "0.4.0-M3"
[org.spire-math/spire-aggregate_2.10 "0.4.0-M3"]