License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.rblessings |
ArtifactId | ArtifactIdsmart-data-repository |
Last Version | Last Version4.0.14-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionsmartJdbcDataRepository
ORM that simplifies database interactions.
|
<!-- https://jarcasting.com/artifacts/com.github.rblessings/smart-data-repository/ -->
<dependency>
<groupId>com.github.rblessings</groupId>
<artifactId>smart-data-repository</artifactId>
<version>4.0.14-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rblessings/smart-data-repository/
implementation 'com.github.rblessings:smart-data-repository:4.0.14-RELEASE'
// https://jarcasting.com/artifacts/com.github.rblessings/smart-data-repository/
implementation ("com.github.rblessings:smart-data-repository:4.0.14-RELEASE")
'com.github.rblessings:smart-data-repository:jar:4.0.14-RELEASE'
<dependency org="com.github.rblessings" name="smart-data-repository" rev="4.0.14-RELEASE">
<artifact name="smart-data-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rblessings', module='smart-data-repository', version='4.0.14-RELEASE')
)
libraryDependencies += "com.github.rblessings" % "smart-data-repository" % "4.0.14-RELEASE"
[com.github.rblessings/smart-data-repository "4.0.14-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
com.h2database : h2 | jar | 1.4.194 |
org.springframework : spring-jdbc | jar | 4.3.8.RELEASE |
junit : junit | jar | 4.4 |