j

jdit

JDIT is library which simplifies integration testing of JDBI applications
https://github.com/arteam/jdit
MIT License
Artem Prigoda
文件下载
文件名 操作
jdit-0.9.jar 下载
jdit-0.9.pom 下载
jdit-0.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.arteam</groupId>
  <artifactId>jdit</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.arteam:jdit:0.9'
Gradle Kotlin
implementation("com.github.arteam:jdit:0.9")
Scala SBT
libraryDependencies += "com.github.arteam" % "jdit" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.arteam', module='jdit', version='0.9')
)
Apache Ivy
<dependency org="com.github.arteam" name="jdit" rev="0.9" />
Leiningen
[com.github.arteam/jdit "0.9"]
Apache Buildr
'com.github.arteam:jdit:jar:0.9'