| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdorg.kotlinmath |
| ArtifactId | ArtifactIdcomplex-numbers |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKotlin Complex Numbers
A lightweight library that allows a comfortable handling
of complex numbers in Kotlin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| complex-numbers-1.0.pom | |
| complex-numbers-1.0.jar | 27 KB |
| complex-numbers-1.0-sources.jar | 4 KB |
| complex-numbers-1.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kotlinmath/complex-numbers/ -->
<dependency>
<groupId>org.kotlinmath</groupId>
<artifactId>complex-numbers</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kotlinmath/complex-numbers/
implementation 'org.kotlinmath:complex-numbers:1.0'
// https://jarcasting.com/artifacts/org.kotlinmath/complex-numbers/
implementation ("org.kotlinmath:complex-numbers:1.0")
'org.kotlinmath:complex-numbers:jar:1.0'
<dependency org="org.kotlinmath" name="complex-numbers" rev="1.0">
<artifact name="complex-numbers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kotlinmath', module='complex-numbers', version='1.0')
)
libraryDependencies += "org.kotlinmath" % "complex-numbers" % "1.0"
[org.kotlinmath/complex-numbers "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.70 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-math3 | jar | 3.6.1 |
| org.jetbrains.kotlin : kotlin-test | jar | 1.3.70 |
| net.imagej : ij | jar | 1.52t |
| org.junit.jupiter : junit-jupiter | jar | 5.6.0 |