| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcc.redberry |
| Идентификатор | Идентификаторcore |
| Версия | Версия1.1.10 |
| Тип | Типjar |
| Описание |
Описаниеredberry-core
Redberry is an open source computer algebra system designed for tensor
manipulation. It implements basic computer algebra system routines as well as
complex tools for real computations in physics.
This is Redberry core, which contains the implementation of the basic
computer algebra routines and general-purpose transformations.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| core-1.1.10.pom | |
| core-1.1.10.jar | 1 MB |
| core-1.1.10-tests.jar | 405 KB |
| core-1.1.10-sources.jar | 868 KB |
| core-1.1.10-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cc.redberry/core/ -->
<dependency>
<groupId>cc.redberry</groupId>
<artifactId>core</artifactId>
<version>1.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/core/
implementation 'cc.redberry:core:1.1.10'
// https://jarcasting.com/artifacts/cc.redberry/core/
implementation ("cc.redberry:core:1.1.10")
'cc.redberry:core:jar:1.1.10'
<dependency org="cc.redberry" name="core" rev="1.1.10">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='core', version='1.1.10')
)
libraryDependencies += "cc.redberry" % "core" % "1.1.10"
[cc.redberry/core "1.1.10"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-math3 | jar | 3.2 |
| net.sf.trove4j : trove4j | jar | 3.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |