| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.j256 |
| ArtifactId | ArtifactIdormlite |
| Last Version | Last Version3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionORMLite
Lightweight Object Relational Model (ORM) for persisting objects to SQL databases.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ormlite-3.0.pom | |
| ormlite-3.0.jar | 169 KB |
| ormlite-3.0-tests.jar | 227 KB |
| ormlite-3.0-test-sources.jar | 73 KB |
| ormlite-3.0-sources.jar | 102 KB |
| ormlite-3.0-javadoc.jar | 626 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.j256/ormlite/ -->
<dependency>
<groupId>com.j256</groupId>
<artifactId>ormlite</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256/ormlite/
implementation 'com.j256:ormlite:3.0'
// https://jarcasting.com/artifacts/com.j256/ormlite/
implementation ("com.j256:ormlite:3.0")
'com.j256:ormlite:jar:3.0'
<dependency org="com.j256" name="ormlite" rev="3.0">
<artifact name="ormlite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256', module='ormlite', version='3.0')
)
libraryDependencies += "com.j256" % "ormlite" % "3.0"
[com.j256/ormlite "3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 |
| log4j : log4j | jar | 1.2.15 |
| javax.persistence : persistence-api | jar | 1.0 |
| junit : junit | jar | 4.8.1 |
| com.h2database : h2 | jar | 1.2.128 |
| org.easymock : easymock | jar | 2.3 |