| License |
License |
|---|---|
| GroupId | GroupIdcom.github.kciomek |
| ArtifactId | ArtifactIdpolyrun |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionpolyrun
A library containing implementation of uniform sampling from bounded convex polytopes.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| polyrun-1.0.0.pom | |
| polyrun-1.0.0.jar | 37 KB |
| polyrun-1.0.0-sources.jar | 40 KB |
| polyrun-1.0.0-javadoc.jar | 173 KB |
| polyrun-1.0.0-jar-with-dependencies.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kciomek/polyrun/ -->
<dependency>
<groupId>com.github.kciomek</groupId>
<artifactId>polyrun</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kciomek/polyrun/
implementation 'com.github.kciomek:polyrun:1.0.0'
// https://jarcasting.com/artifacts/com.github.kciomek/polyrun/
implementation ("com.github.kciomek:polyrun:1.0.0")
'com.github.kciomek:polyrun:jar:1.0.0'
<dependency org="com.github.kciomek" name="polyrun" rev="1.0.0">
<artifact name="polyrun" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kciomek', module='polyrun', version='1.0.0')
)
libraryDependencies += "com.github.kciomek" % "polyrun" % "1.0.0"
[com.github.kciomek/polyrun "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-math3 | jar | 3.4.1 |
| org.ejml : ejml-all | jar | 0.34 |
| commons-cli : commons-cli | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |