is not current version
Last Version 6.1

ORMLite Core 5.7

Lightweight Object Relational Model (ORM) for persisting objects to SQL databases.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.j256.ormlite
ArtifactId

ArtifactId

ormlite-core
Version

Version

5.7
Type

Type

jar
Description

Description

ORMLite Core
Lightweight Object Relational Model (ORM) for persisting objects to SQL databases.
Project URL

Project URL

https://ormlite.com/
Source Code Management

Source Code Management

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

Download ormlite-core 5.7


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

Dependencies

provided (6)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.2
org.slf4j : slf4j-log4j12 jar 1.7.2
javax.persistence : persistence-api jar 1.0
commons-logging : commons-logging jar 1.1.1
log4j : log4j jar 1.2.17
org.apache.logging.log4j : log4j-api jar 2.0-beta4

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.easymock : easymock jar 3.4
com.h2database : h2 jar 1.4.200
commons-lang : commons-lang jar 2.1

Project Modules

There are no modules declared in this project.