is not current version
Last Version 6.1

com.j256.ormlite:ormlite-jdbc 4.48

Lightweight Object Relational Model (ORM) JDBC classes

Categories

Categories

ORM Data
GroupId

GroupId

com.j256.ormlite
ArtifactId

ArtifactId

ormlite-jdbc
Version

Version

4.48
Type

Type

jar

Download ormlite-jdbc 4.48


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