is not current version
Last Version 1.0.4

com.tecacet:math-extensions 1.0.1

Koltin extensions for matrix and vector algebra, random number generation, and arithmetic on boolean arrays.

GroupId

GroupId

com.tecacet
ArtifactId

ArtifactId

math-extensions
Version

Version

1.0.1
Type

Type

jar

Download math-extensions 1.0.1


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