| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sourceforge.streamsupport |
| Идентификатор | Идентификаторmath-base |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеmath-base
Elementary math utilities with a focus on random number generation, non-linear optimization, interpolation and solvers
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| math-base-1.0.0.pom | |
| math-base-1.0.0-sources.jar | 160 KB |
| math-base-1.0.0-javadoc.jar | 413 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.streamsupport/math-base/ -->
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>math-base</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.streamsupport/math-base/
implementation 'net.sourceforge.streamsupport:math-base:1.0.0'
// https://jarcasting.com/artifacts/net.sourceforge.streamsupport/math-base/
implementation ("net.sourceforge.streamsupport:math-base:1.0.0")
'net.sourceforge.streamsupport:math-base:jar:1.0.0'
<dependency org="net.sourceforge.streamsupport" name="math-base" rev="1.0.0">
<artifact name="math-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.streamsupport', module='math-base', version='1.0.0')
)
libraryDependencies += "net.sourceforge.streamsupport" % "math-base" % "1.0.0"
[net.sourceforge.streamsupport/math-base "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |