is not current version
Last Version 1.0.4

com.tecacet:math-extensions 1.0.3

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.3
Type

Type

jar

Download math-extensions 1.0.3


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