openlibs.sql

The lib of java database ORM simple implementation.

License

License

GroupId

GroupId

com.openthinks.libs
ArtifactId

ArtifactId

sql
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

openlibs.sql
The lib of java database ORM simple implementation.
Project URL

Project URL

https://github.com/daileyet/openlibs.sql
Source Code Management

Source Code Management

https://github.com/daileyet/openlibs.sql/tree/mvn-master

Download sql

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.openthinks.libs : utilities jar 1.2
log4j : log4j jar 1.2.16
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
2.0