GroupId | GroupIdcom.github.sakserv |
---|---|
ArtifactId | ArtifactIdhadoop-mini-clusters-yarn |
Version | Version0.1.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sakserv/hadoop-mini-clusters-yarn/ -->
<dependency>
<groupId>com.github.sakserv</groupId>
<artifactId>hadoop-mini-clusters-yarn</artifactId>
<version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sakserv/hadoop-mini-clusters-yarn/
implementation 'com.github.sakserv:hadoop-mini-clusters-yarn:0.1.11'
// https://jarcasting.com/artifacts/com.github.sakserv/hadoop-mini-clusters-yarn/
implementation ("com.github.sakserv:hadoop-mini-clusters-yarn:0.1.11")
'com.github.sakserv:hadoop-mini-clusters-yarn:jar:0.1.11'
<dependency org="com.github.sakserv" name="hadoop-mini-clusters-yarn" rev="0.1.11">
<artifact name="hadoop-mini-clusters-yarn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sakserv', module='hadoop-mini-clusters-yarn', version='0.1.11')
)
libraryDependencies += "com.github.sakserv" % "hadoop-mini-clusters-yarn" % "0.1.11"
[com.github.sakserv/hadoop-mini-clusters-yarn "0.1.11"]