License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.mydotey.quantile |
ArtifactId | ArtifactIdquantile |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmydotey quantile
quantile algorithms, util
|
Project URL |
Project URL |
Project Organization |
Project Organizationmydotey.org |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quantile-1.0.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mydotey.quantile/quantile/ -->
<dependency>
<groupId>org.mydotey.quantile</groupId>
<artifactId>quantile</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.quantile/quantile/
implementation 'org.mydotey.quantile:quantile:1.0.2'
// https://jarcasting.com/artifacts/org.mydotey.quantile/quantile/
implementation ("org.mydotey.quantile:quantile:1.0.2")
'org.mydotey.quantile:quantile:pom:1.0.2'
<dependency org="org.mydotey.quantile" name="quantile" rev="1.0.2">
<artifact name="quantile" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.quantile', module='quantile', version='1.0.2')
)
libraryDependencies += "org.mydotey.quantile" % "quantile" % "1.0.2"
[org.mydotey.quantile/quantile "1.0.2"]