is not current version
Last Version 1.10.0

ru.dmerkushov:db-helper 1.6.0

A lightweight library to help manage databases without DAO

GroupId

GroupId

ru.dmerkushov
ArtifactId

ArtifactId

db-helper
Version

Version

1.6.0
Type

Type

jar

Download db-helper 1.6.0


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