nebula-contrib / nebula-jdbc

The JDBC connector for Nebula Graph.
41 stars 15 forks source link

How to introduce nebula jdbc into maven #26

Closed chenhuan1204 closed 2 years ago

chenhuan1204 commented 2 years ago

How to introduce nebula jdbc into maven

Young-Flash commented 2 years ago

Not supported now because we haven't publish it on Maven Central Repository, but it is in progress. see #13 @wey-gu

wey-gu commented 2 years ago

Not supported now because we haven't publish it on Maven Central Repository, but it is in progress. see #13 @wey-gu

will provide the needed credentials/info today.

Young-Flash commented 2 years ago

@chenhuan1204

<dependency>
  <groupId>org.nebula-contrib</groupId>
  <artifactId>nebula-jdbc</artifactId>
  <version>3.0.0</version>
</dependency>