Last Version

ORMLite JDBC 6.1

Lightweight Object Relational Model (ORM) JDBC classes

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.j256.ormlite
ArtifactId

ArtifactId

ormlite-jdbc
Version

Version

6.1
Type

Type

jar
Description

Description

ORMLite JDBC
Lightweight Object Relational Model (ORM) JDBC classes
Project URL

Project URL

https://ormlite.com/
Source Code Management

Source Code Management

https://github.com/j256/ormlite-jdbc

Download ormlite-jdbc 6.1


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

Dependencies

test (6)

Group / Artifact Type Version
com.j256.ormlite : ormlite-core jar 6.1
javax.persistence : persistence-api jar 1.0
junit : junit jar 4.13.1
com.h2database : h2 jar 1.4.200
org.easymock : easymock jar 3.4
joda-time : joda-time jar 1.5

Project Modules

There are no modules declared in this project.