is not current version
Last Version 0.1.2

com.github.gwenn:sqlite-dialect 0.1.1

SQLite dialect for Hibernate

Categories

Categories

SQLite Data Databases
GroupId

GroupId

com.github.gwenn
ArtifactId

ArtifactId

sqlite-dialect
Version

Version

0.1.1
Type

Type

jar

Download sqlite-dialect 0.1.1


<!-- https://jarcasting.com/artifacts/com.github.gwenn/sqlite-dialect/ -->
<dependency>
    <groupId>com.github.gwenn</groupId>
    <artifactId>sqlite-dialect</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwenn/sqlite-dialect/
implementation 'com.github.gwenn:sqlite-dialect:0.1.1'
// https://jarcasting.com/artifacts/com.github.gwenn/sqlite-dialect/
implementation ("com.github.gwenn:sqlite-dialect:0.1.1")
'com.github.gwenn:sqlite-dialect:jar:0.1.1'
<dependency org="com.github.gwenn" name="sqlite-dialect" rev="0.1.1">
  <artifact name="sqlite-dialect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwenn', module='sqlite-dialect', version='0.1.1')
)
libraryDependencies += "com.github.gwenn" % "sqlite-dialect" % "0.1.1"
[com.github.gwenn/sqlite-dialect "0.1.1"]