| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.yahoo.datasketches |
| ArtifactId | ArtifactIdsketches-core |
| Version | Version0.10.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sketches-core-0.10.3.pom | |
| sketches-core-0.10.3.jar | 528 KB |
| sketches-core-0.10.3-with-shaded-memory.jar | 588 KB |
| sketches-core-0.10.3-test-sources.jar | 234 KB |
| sketches-core-0.10.3-sources.jar | 460 KB |
| sketches-core-0.10.3-javadoc.jar | 654 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-core/ -->
<dependency>
<groupId>com.yahoo.datasketches</groupId>
<artifactId>sketches-core</artifactId>
<version>0.10.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-core/
implementation 'com.yahoo.datasketches:sketches-core:0.10.3'
// https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-core/
implementation ("com.yahoo.datasketches:sketches-core:0.10.3")
'com.yahoo.datasketches:sketches-core:jar:0.10.3'
<dependency org="com.yahoo.datasketches" name="sketches-core" rev="0.10.3">
<artifact name="sketches-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.datasketches', module='sketches-core', version='0.10.3')
)
libraryDependencies += "com.yahoo.datasketches" % "sketches-core" % "0.10.3"
[com.yahoo.datasketches/sketches-core "0.10.3"]