c

commons-db

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