| GroupId | GroupIdorg.arakhne.afc.core |
|---|---|
| ArtifactId | ArtifactIdmathstochastic |
| Version | Version15.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mathstochastic-15.0.pom | |
| mathstochastic-15.0.jar | 24 KB |
| mathstochastic-15.0-sources.jar | 34 KB |
| mathstochastic-15.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.arakhne.afc.core/mathstochastic/ -->
<dependency>
<groupId>org.arakhne.afc.core</groupId>
<artifactId>mathstochastic</artifactId>
<version>15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.arakhne.afc.core/mathstochastic/
implementation 'org.arakhne.afc.core:mathstochastic:15.0'
// https://jarcasting.com/artifacts/org.arakhne.afc.core/mathstochastic/
implementation ("org.arakhne.afc.core:mathstochastic:15.0")
'org.arakhne.afc.core:mathstochastic:jar:15.0'
<dependency org="org.arakhne.afc.core" name="mathstochastic" rev="15.0">
<artifact name="mathstochastic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arakhne.afc.core', module='mathstochastic', version='15.0')
)
libraryDependencies += "org.arakhne.afc.core" % "mathstochastic" % "15.0"
[org.arakhne.afc.core/mathstochastic "15.0"]