is not current version
Last Version 1.1.0

com.impetus.blkchn:blkchn-sql-interfaces 1.0.0

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

GroupId

GroupId

com.impetus.blkchn
ArtifactId

ArtifactId

blkchn-sql-interfaces
Version

Version

1.0.0
Type

Type

jar

Download blkchn-sql-interfaces 1.0.0


<!-- https://jarcasting.com/artifacts/com.impetus.blkchn/blkchn-sql-interfaces/ -->
<dependency>
    <groupId>com.impetus.blkchn</groupId>
    <artifactId>blkchn-sql-interfaces</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.impetus.blkchn/blkchn-sql-interfaces/
implementation 'com.impetus.blkchn:blkchn-sql-interfaces:1.0.0'
// https://jarcasting.com/artifacts/com.impetus.blkchn/blkchn-sql-interfaces/
implementation ("com.impetus.blkchn:blkchn-sql-interfaces:1.0.0")
'com.impetus.blkchn:blkchn-sql-interfaces:jar:1.0.0'
<dependency org="com.impetus.blkchn" name="blkchn-sql-interfaces" rev="1.0.0">
  <artifact name="blkchn-sql-interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.impetus.blkchn', module='blkchn-sql-interfaces', version='1.0.0')
)
libraryDependencies += "com.impetus.blkchn" % "blkchn-sql-interfaces" % "1.0.0"
[com.impetus.blkchn/blkchn-sql-interfaces "1.0.0"]