Download spanner-jdbc-0.9.jar file - Jar s

Jar examples for s:spanner-jdbc

Description

JDBC Driver for Google Cloud Spanner

You can download jar file spanner-jdbc 0.9 in this page.

License

MIT License

Build File

You can use the following script to add spanner-jdbc-0.9.jar to your project.

<dependency>
   <groupId>nl.topicus</groupId>
   <artifactId>spanner-jdbc</artifactId>
   <version>0.9</version>
</dependency>
compile group: 'nl.topicus', name: 'spanner-jdbc', version: '0.9'
libraryDependencies += "nl.topicus" % "spanner-jdbc" % "0.9"
<dependency org="nl.topicus" name="spanner-jdbc" rev="0.9"/>
@Grapes(@Grab(group='nl.topicus', module='spanner-jdbc', version='0.9'))
'nl.topicus:spanner-jdbc:jar:0.9'

Download

Click the following link to download the jar file.

spanner-jdbc-0.9-javadoc.jar
spanner-jdbc-0.9-sources.jar
spanner-jdbc-0.9.jar
spanner-jdbc-0.9.pom



Related Tutorials