is not current version
Last Version 1.0.2

org.mydotey.quantile:quantile-estimator 1.0.0

quantile algorithms' implementations for stream data

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.mydotey.quantile
ArtifactId

ArtifactId

quantile-estimator
Version

Version

1.0.0
Type

Type

jar

Download quantile-estimator 1.0.0


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