h

hadoop-project

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