is not current version
Last Version 2.0.0

de.labathome:Cubature 1.0.4

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

GroupId

GroupId

de.labathome
ArtifactId

ArtifactId

Cubature
Version

Version

1.0.4
Type

Type

jar

Download Cubature 1.0.4


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