License |
License |
---|---|
GroupId | GroupIdse.lth.immun |
ArtifactId | ArtifactIdMath |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionse.lth.immun:Math
Maths library. No longer maintained. Avoid. Use something else. Submitted for compatibility reasons.
|
Project URL |
Project URL |
Filename | Size |
---|---|
Math-1.3.0.pom | |
Math-1.3.0.jar | 50 KB |
Math-1.3.0-sources.jar | 680 bytes |
Math-1.3.0-javadoc.jar | 680 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/se.lth.immun/Math/ -->
<dependency>
<groupId>se.lth.immun</groupId>
<artifactId>Math</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.lth.immun/Math/
implementation 'se.lth.immun:Math:1.3.0'
// https://jarcasting.com/artifacts/se.lth.immun/Math/
implementation ("se.lth.immun:Math:1.3.0")
'se.lth.immun:Math:jar:1.3.0'
<dependency org="se.lth.immun" name="Math" rev="1.3.0">
<artifact name="Math" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.lth.immun', module='Math', version='1.3.0')
)
libraryDependencies += "se.lth.immun" % "Math" % "1.3.0"
[se.lth.immun/Math "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.0 |
org.apache.commons : commons-math3 | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |
org.scalatest : scalatest_2.10.0 | jar | 2.0.M5 |