c

cstore-jni

TuGraph-analytics is a distributed streaming computing engine based on graph model.
https://github.com/TuGraph-family/tugraph-analytics
The Apache Software License, Version 2.0
tugraph
Files download
File Operation
cstore-jni-0.1.3.1.jar download
cstore-jni-0.1.3.1.pom download
cstore-jni-0.1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.antgroup.tugraph</groupId>
  <artifactId>cstore-jni</artifactId>
  <version>0.1.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.antgroup.tugraph:cstore-jni:0.1.3.1'
Gradle Kotlin
implementation("com.antgroup.tugraph:cstore-jni:0.1.3.1")
Scala SBT
libraryDependencies += "com.antgroup.tugraph" % "cstore-jni" % "0.1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.antgroup.tugraph', module='cstore-jni', version='0.1.3.1')
)
Apache Ivy
<dependency org="com.antgroup.tugraph" name="cstore-jni" rev="0.1.3.1" />
Leiningen
[com.antgroup.tugraph/cstore-jni "0.1.3.1"]
Apache Buildr
'com.antgroup.tugraph:cstore-jni:jar:0.1.3.1'