is not current version
Last Version 0.4.4

pl.chilldev.commons:commons-db 0.2.5

Base database and model-related structures and routines.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-db
Version

Version

0.2.5
Type

Type

jar

Download commons-db 0.2.5


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