g

grape-graphx

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