Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.yahoo.datasketches |
ArtifactId | ArtifactIdsketches-pig |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
sketches-pig-0.1.1.pom | |
sketches-pig-0.1.1.jar | 33 KB |
sketches-pig-0.1.1-sources.jar | 23 KB |
sketches-pig-0.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-pig/ -->
<dependency>
<groupId>com.yahoo.datasketches</groupId>
<artifactId>sketches-pig</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-pig/
implementation 'com.yahoo.datasketches:sketches-pig:0.1.1'
// https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-pig/
implementation ("com.yahoo.datasketches:sketches-pig:0.1.1")
'com.yahoo.datasketches:sketches-pig:jar:0.1.1'
<dependency org="com.yahoo.datasketches" name="sketches-pig" rev="0.1.1">
<artifact name="sketches-pig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.datasketches', module='sketches-pig', version='0.1.1')
)
libraryDependencies += "com.yahoo.datasketches" % "sketches-pig" % "0.1.1"
[com.yahoo.datasketches/sketches-pig "0.1.1"]