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