g

grape-giraph

文件下载
文件名 操作
grape-giraph-0.18.1.jar 下载
grape-giraph-0.18.1.pom 下载
grape-giraph-0.18.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alibaba.graphscope</groupId>
  <artifactId>grape-giraph</artifactId>
  <version>0.18.1</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.graphscope:grape-giraph:0.18.1'
Gradle Kotlin
implementation("com.alibaba.graphscope:grape-giraph:0.18.1")
Scala SBT
libraryDependencies += "com.alibaba.graphscope" % "grape-giraph" % "0.18.1"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.graphscope', module='grape-giraph', version='0.18.1')
)
Apache Ivy
<dependency org="com.alibaba.graphscope" name="grape-giraph" rev="0.18.1" />
Leiningen
[com.alibaba.graphscope/grape-giraph "0.18.1"]
Apache Buildr
'com.alibaba.graphscope:grape-giraph:jar:0.18.1'