is not current version
Last Version 1.1.0

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

Project containing modules for Antlr based parsing of SQL Query and create a logical query execution plan

GroupId

GroupId

com.impetus.blkchn
ArtifactId

ArtifactId

blkchn-sql-driver
Version

Version

1.0.0
Type

Type

pom

Download blkchn-sql-driver 1.0.0


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