Download blkchn-sql-interfaces-1.0.0.jar file - Jar b

Jar examples for b:blkchn-sql-interfaces

Description

Project to define all the interfaces and generate logical plan for SQL Execution. This will be implemented by concrete implementations of Hyperledger and Ethereum

You can download jar file blkchn-sql-interfaces 1.0.0 in this page.

Build File

You can use the following script to add blkchn-sql-interfaces-1.0.0.jar to your project.

<dependency>
   <groupId>com.impetus.blkchn</groupId>
   <artifactId>blkchn-sql-interfaces</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.impetus.blkchn', name: 'blkchn-sql-interfaces', version: '1.0.0'
libraryDependencies += "com.impetus.blkchn" % "blkchn-sql-interfaces" % "1.0.0"
<dependency org="com.impetus.blkchn" name="blkchn-sql-interfaces" rev="1.0.0"/>
@Grapes(@Grab(group='com.impetus.blkchn', module='blkchn-sql-interfaces', version='1.0.0'))
'com.impetus.blkchn:blkchn-sql-interfaces:jar:1.0.0'

Download

Click the following link to download the jar file.

blkchn-sql-interfaces-1.0.0-javadoc.jar
blkchn-sql-interfaces-1.0.0-sources.jar
blkchn-sql-interfaces-1.0.0.jar
blkchn-sql-interfaces-1.0.0.pom



Related Tutorials