is not current version
Last Version 6.1

com.j256.ormlite:ormlite-jdbc 4.11

Lightweight Object Relational Model (ORM) JDBC classes

Categories

Categories

ORM Data
GroupId

GroupId

com.j256.ormlite
ArtifactId

ArtifactId

ormlite-jdbc
Version

Version

4.11
Type

Type

jar

Download ormlite-jdbc 4.11


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