is not current version
Last Version 1.10.0

ru.dmerkushov:db-helper 1.8.2

A lightweight library to help manage databases without DAO

GroupId

GroupId

ru.dmerkushov
ArtifactId

ArtifactId

db-helper
Version

Version

1.8.2
Type

Type

jar

Download db-helper 1.8.2


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