GroupId | GroupIdcom.twitter |
---|---|
ArtifactId | ArtifactIdchill-hadoop |
Version | Version0.7.5 |
Type | Typejar |
Filename | Size |
---|---|
chill-hadoop-0.7.5.pom | |
chill-hadoop-0.7.5.jar | 4 KB |
chill-hadoop-0.7.5-sources.jar | 5 KB |
chill-hadoop-0.7.5-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/chill-hadoop/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>chill-hadoop</artifactId>
<version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/chill-hadoop/
implementation 'com.twitter:chill-hadoop:0.7.5'
// https://jarcasting.com/artifacts/com.twitter/chill-hadoop/
implementation ("com.twitter:chill-hadoop:0.7.5")
'com.twitter:chill-hadoop:jar:0.7.5'
<dependency org="com.twitter" name="chill-hadoop" rev="0.7.5">
<artifact name="chill-hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='chill-hadoop', version='0.7.5')
)
libraryDependencies += "com.twitter" % "chill-hadoop" % "0.7.5"
[com.twitter/chill-hadoop "0.7.5"]