License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.mydotey.quantile |
ArtifactId | ArtifactIdquantile-estimator |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionmydotey quantile estimator
quantile algorithms' implementations for stream data
|
Project Organization |
Project Organizationmydotey.org |
Filename | Size |
---|---|
quantile-estimator-1.0.2.pom | |
quantile-estimator-1.0.2.jar | 38 KB |
quantile-estimator-1.0.2-sources.jar | 21 KB |
quantile-estimator-1.0.2-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mydotey.quantile/quantile-estimator/ -->
<dependency>
<groupId>org.mydotey.quantile</groupId>
<artifactId>quantile-estimator</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.quantile/quantile-estimator/
implementation 'org.mydotey.quantile:quantile-estimator:1.0.2'
// https://jarcasting.com/artifacts/org.mydotey.quantile/quantile-estimator/
implementation ("org.mydotey.quantile:quantile-estimator:1.0.2")
'org.mydotey.quantile:quantile-estimator:jar:1.0.2'
<dependency org="org.mydotey.quantile" name="quantile-estimator" rev="1.0.2">
<artifact name="quantile-estimator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.quantile', module='quantile-estimator', version='1.0.2')
)
libraryDependencies += "org.mydotey.quantile" % "quantile-estimator" % "1.0.2"
[org.mydotey.quantile/quantile-estimator "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
org.slf4j : slf4j-simple | jar | 1.7.21 |
junit : junit | jar | 4.12 |