is not current version
Last Version 62

com.guicedee.services:commons-math3 1.0.9.1

The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee.services
ArtifactId

ArtifactId

commons-math3
Version

Version

1.0.9.1
Type

Type

jar

Download commons-math3 1.0.9.1


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