License |
License |
---|---|
GroupId | GroupIdcom.tecacet |
ArtifactId | ArtifactIdmath-extensions |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionMath Extensions
Koltin extensions for matrix and vector algebra,
random number generation, and arithmetic on boolean arrays.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationTecAceT |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
math-extensions-1.0.4.pom | |
math-extensions-1.0.4.jar | 14 KB |
math-extensions-1.0.4-sources.jar | 5 KB |
math-extensions-1.0.4-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tecacet/math-extensions/ -->
<dependency>
<groupId>com.tecacet</groupId>
<artifactId>math-extensions</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.tecacet/math-extensions/
implementation 'com.tecacet:math-extensions:1.0.4'
// https://jarcasting.com/artifacts/com.tecacet/math-extensions/
implementation ("com.tecacet:math-extensions:1.0.4")
'com.tecacet:math-extensions:jar:1.0.4'
<dependency org="com.tecacet" name="math-extensions" rev="1.0.4">
<artifact name="math-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tecacet', module='math-extensions', version='1.0.4')
)
libraryDependencies += "com.tecacet" % "math-extensions" % "1.0.4"
[com.tecacet/math-extensions "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.20 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |