c

commons-db

Base database and model-related structures and routines.
https://chilloutdevelopment.github.io/pl.chilldev.commons/commons-db/
Files download
File Operation
commons-db-0.2.3.jar download
commons-db-0.2.3.pom download
commons-db-0.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.chilldev.commons</groupId>
  <artifactId>commons-db</artifactId>
  <version>0.2.3</version>
</dependency>
Gradle Groovy
implementation 'pl.chilldev.commons:commons-db:0.2.3'
Gradle Kotlin
implementation("pl.chilldev.commons:commons-db:0.2.3")
Scala SBT
libraryDependencies += "pl.chilldev.commons" % "commons-db" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='pl.chilldev.commons', module='commons-db', version='0.2.3')
)
Apache Ivy
<dependency org="pl.chilldev.commons" name="commons-db" rev="0.2.3" />
Leiningen
[pl.chilldev.commons/commons-db "0.2.3"]
Apache Buildr
'pl.chilldev.commons:commons-db:jar:0.2.3'