Files download
File Operation
unipop-jdbc-0.2.1.jar download
unipop-jdbc-0.2.1.pom download
unipop-jdbc-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.unipop-graph</groupId>
  <artifactId>unipop-jdbc</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.unipop-graph:unipop-jdbc:0.2.1'
Gradle Kotlin
implementation("com.github.unipop-graph:unipop-jdbc:0.2.1")
Scala SBT
libraryDependencies += "com.github.unipop-graph" % "unipop-jdbc" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.unipop-graph', module='unipop-jdbc', version='0.2.1')
)
Apache Ivy
<dependency org="com.github.unipop-graph" name="unipop-jdbc" rev="0.2.1" />
Leiningen
[com.github.unipop-graph/unipop-jdbc "0.2.1"]
Apache Buildr
'com.github.unipop-graph:unipop-jdbc:jar:0.2.1'