| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKotlin Языки программирования |
| Группа | Группаorg.kotlinmath |
| Идентификатор | Идентификаторcomplex-numbers |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеKotlin Complex Numbers
A lightweight library that allows a comfortable handling
of complex numbers in Kotlin
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.70 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |