is not current version
Last Version 6.1

com.j256.ormlite:ormlite-jdbc 5.0

Lightweight Object Relational Model (ORM) JDBC classes

Categories

Categories

ORM Data
GroupId

GroupId

com.j256.ormlite
ArtifactId

ArtifactId

ormlite-jdbc
Version

Version

5.0
Type

Type

jar

Download ormlite-jdbc 5.0


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