Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.mydotey.quantile |
ArtifactId | ArtifactIdquantile-estimator |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
quantile-estimator-1.0.0.pom | |
quantile-estimator-1.0.0.jar | 38 KB |
quantile-estimator-1.0.0-sources.jar | 21 KB |
quantile-estimator-1.0.0-javadoc.jar | 204 KB |
Browse |
<!-- 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"]