| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.j256 |
| ArtifactId | ArtifactIdormlite-core |
| Last Version | Last Version3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionORMLite Core
Lightweight Object Relational Model (ORM) for persisting objects to SQL databases.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ormlite-core-3.1.pom | |
| ormlite-core-3.1.jar | 145 KB |
| ormlite-core-3.1-tests.jar | 82 KB |
| ormlite-core-3.1-test-sources.jar | 22 KB |
| ormlite-core-3.1-sources.jar | 84 KB |
| ormlite-core-3.1-javadoc.jar | 527 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.j256/ormlite-core/ -->
<dependency>
<groupId>com.j256</groupId>
<artifactId>ormlite-core</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256/ormlite-core/
implementation 'com.j256:ormlite-core:3.1'
// https://jarcasting.com/artifacts/com.j256/ormlite-core/
implementation ("com.j256:ormlite-core:3.1")
'com.j256:ormlite-core:jar:3.1'
<dependency org="com.j256" name="ormlite-core" rev="3.1">
<artifact name="ormlite-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256', module='ormlite-core', version='3.1')
)
libraryDependencies += "com.j256" % "ormlite-core" % "3.1"
[com.j256/ormlite-core "3.1"]
| 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 |