не последняя версия
Последняя версия 1.1.0

com.github.kciomek:polyrun 0.2.0

A library containing implementation of uniform sampling from bounded convex polytopes.

Группа

Группа

com.github.kciomek
Идентификатор

Идентификатор

polyrun
Версия

Версия

0.2.0
Тип

Тип

jar

Скачать polyrun 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.kciomek/polyrun/ -->
<dependency>
    <groupId>com.github.kciomek</groupId>
    <artifactId>polyrun</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kciomek/polyrun/
implementation 'com.github.kciomek:polyrun:0.2.0'
// https://jarcasting.com/artifacts/com.github.kciomek/polyrun/
implementation ("com.github.kciomek:polyrun:0.2.0")
'com.github.kciomek:polyrun:jar:0.2.0'
<dependency org="com.github.kciomek" name="polyrun" rev="0.2.0">
  <artifact name="polyrun" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kciomek', module='polyrun', version='0.2.0')
)
libraryDependencies += "com.github.kciomek" % "polyrun" % "0.2.0"
[com.github.kciomek/polyrun "0.2.0"]