Files download
File Operation
grape-jdk-parent-0.18.1.pom download
Apache Maven
<dependency>
  <groupId>com.alibaba.graphscope</groupId>
  <artifactId>grape-jdk-parent</artifactId>
  <version>0.18.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.alibaba.graphscope:grape-jdk-parent:0.18.1'
Gradle Kotlin
implementation("com.alibaba.graphscope:grape-jdk-parent:0.18.1")
Scala SBT
libraryDependencies += "com.alibaba.graphscope" % "grape-jdk-parent" % "0.18.1"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.graphscope', module='grape-jdk-parent', version='0.18.1')
)
Apache Ivy
<dependency org="com.alibaba.graphscope" name="grape-jdk-parent" rev="0.18.1" />
Leiningen
[com.alibaba.graphscope/grape-jdk-parent "0.18.1"]
Apache Buildr
'com.alibaba.graphscope:grape-jdk-parent:jar:0.18.1'
Dependencies
The project has no third-party dependencies