is not current version
Last Version 2.0.0

de.labathome:Cubature 1.0.5

adaptive multi-dimensional integration (Java port of stevengj/cubature:1.0.3)

GroupId

GroupId

de.labathome
ArtifactId

ArtifactId

Cubature
Version

Version

1.0.5
Type

Type

jar

Download Cubature 1.0.5


<!-- https://jarcasting.com/artifacts/de.labathome/Cubature/ -->
<dependency>
    <groupId>de.labathome</groupId>
    <artifactId>Cubature</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.labathome/Cubature/
implementation 'de.labathome:Cubature:1.0.5'
// https://jarcasting.com/artifacts/de.labathome/Cubature/
implementation ("de.labathome:Cubature:1.0.5")
'de.labathome:Cubature:jar:1.0.5'
<dependency org="de.labathome" name="Cubature" rev="1.0.5">
  <artifact name="Cubature" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.labathome', module='Cubature', version='1.0.5')
)
libraryDependencies += "de.labathome" % "Cubature" % "1.0.5"
[de.labathome/Cubature "1.0.5"]