License |
License |
---|---|
GroupId | GroupIdio.github.pirocks |
ArtifactId | ArtifactIdsimple-algebra-lib |
Version | Version0.0.8 |
Type | Typejar |
Description |
DescriptionA Simple Algebra Library
A simple library for working with algebraic expressions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-algebra-lib-0.0.8.pom | |
simple-algebra-lib-0.0.8.jar | 106 KB |
simple-algebra-lib-0.0.8-sources.jar | 14 KB |
simple-algebra-lib-0.0.8-javadoc.jar | 209 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pirocks/simple-algebra-lib/ -->
<dependency>
<groupId>io.github.pirocks</groupId>
<artifactId>simple-algebra-lib</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pirocks/simple-algebra-lib/
implementation 'io.github.pirocks:simple-algebra-lib:0.0.8'
// https://jarcasting.com/artifacts/io.github.pirocks/simple-algebra-lib/
implementation ("io.github.pirocks:simple-algebra-lib:0.0.8")
'io.github.pirocks:simple-algebra-lib:jar:0.0.8'
<dependency org="io.github.pirocks" name="simple-algebra-lib" rev="0.0.8">
<artifact name="simple-algebra-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pirocks', module='simple-algebra-lib', version='0.0.8')
)
libraryDependencies += "io.github.pirocks" % "simple-algebra-lib" % "0.0.8"
[io.github.pirocks/simple-algebra-lib "0.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.21 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |