| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.rala |
| Идентификатор | Идентификаторmath |
| Версия | Версия1.1.1 |
| Тип | Типjar |
| Описание |
Описаниеmath.jar
This library is a collection of math classes to support calculations.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| math-1.1.1.pom | |
| math-1.1.1-sources.jar | 79 KB |
| math-1.1.1-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.rala/math/ -->
<dependency>
<groupId>io.rala</groupId>
<artifactId>math</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.rala/math/
implementation 'io.rala:math:1.1.1'
// https://jarcasting.com/artifacts/io.rala/math/
implementation ("io.rala:math:1.1.1")
'io.rala:math:jar:1.1.1'
<dependency org="io.rala" name="math" rev="1.1.1">
<artifact name="math" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rala', module='math', version='1.1.1')
)
libraryDependencies += "io.rala" % "math" % "1.1.1"
[io.rala/math "1.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains : annotations | jar | 23.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| org.assertj : assertj-core | jar | 3.22.0 |