h

hadoop-project-dist

Apache Hadoop Project Dist POM
文件下载
文件名 操作
hadoop-project-dist-2.7.3JYHTEST.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.jiayuhan-it</groupId>
  <artifactId>hadoop-project-dist</artifactId>
  <version>2.7.3JYHTEST</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.jiayuhan-it:hadoop-project-dist:2.7.3JYHTEST'
Gradle Kotlin
implementation("com.github.jiayuhan-it:hadoop-project-dist:2.7.3JYHTEST")
Scala SBT
libraryDependencies += "com.github.jiayuhan-it" % "hadoop-project-dist" % "2.7.3JYHTEST"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jiayuhan-it', module='hadoop-project-dist', version='2.7.3JYHTEST')
)
Apache Ivy
<dependency org="com.github.jiayuhan-it" name="hadoop-project-dist" rev="2.7.3JYHTEST" />
Leiningen
[com.github.jiayuhan-it/hadoop-project-dist "2.7.3JYHTEST"]
Apache Buildr
'com.github.jiayuhan-it:hadoop-project-dist:jar:2.7.3JYHTEST'