k

koto-jdbi-wrapper

Provides contact support for koto-core and Jdbi libraries.
https://www.kotoframework.com
The Apache Software License, Version 2.0
ousc
文件下载
文件名 操作
koto-jdbi-wrapper-1.0.3.jar 下载
koto-jdbi-wrapper-1.0.3.pom 下载
koto-jdbi-wrapper-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.kotoframework</groupId>
  <artifactId>koto-jdbi-wrapper</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.kotoframework:koto-jdbi-wrapper:1.0.3'
Gradle Kotlin
implementation("com.kotoframework:koto-jdbi-wrapper:1.0.3")
Scala SBT
libraryDependencies += "com.kotoframework" % "koto-jdbi-wrapper" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.kotoframework', module='koto-jdbi-wrapper', version='1.0.3')
)
Apache Ivy
<dependency org="com.kotoframework" name="koto-jdbi-wrapper" rev="1.0.3" />
Leiningen
[com.kotoframework/koto-jdbi-wrapper "1.0.3"]
Apache Buildr
'com.kotoframework:koto-jdbi-wrapper:jar:1.0.3'