| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.kciomek |
| Идентификатор | Идентификаторpolyrun |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеpolyrun
A library containing implementation of uniform sampling from bounded convex polytopes.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| polyrun-1.1.0.pom | |
| polyrun-1.1.0.jar | 40 KB |
| polyrun-1.1.0-sources.jar | 25 KB |
| polyrun-1.1.0-javadoc.jar | 175 KB |
| polyrun-1.1.0-jar-with-dependencies.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.kciomek/polyrun/ -->
<dependency>
<groupId>com.github.kciomek</groupId>
<artifactId>polyrun</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kciomek/polyrun/
implementation 'com.github.kciomek:polyrun:1.1.0'
// https://jarcasting.com/artifacts/com.github.kciomek/polyrun/
implementation ("com.github.kciomek:polyrun:1.1.0")
'com.github.kciomek:polyrun:jar:1.1.0'
<dependency org="com.github.kciomek" name="polyrun" rev="1.1.0">
<artifact name="polyrun" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kciomek', module='polyrun', version='1.1.0')
)
libraryDependencies += "com.github.kciomek" % "polyrun" % "1.1.0"
[com.github.kciomek/polyrun "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-math3 | jar | 3.4.1 |
| org.ejml : ejml-all | jar | 0.34 |
| commons-cli : commons-cli | jar | 1.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |