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