Files download
File Operation
delay-message-data-jdbc-0.0.1-RELEASE.jar download
delay-message-data-jdbc-0.0.1-RELEASE.pom download
delay-message-data-jdbc-0.0.1-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kancyframework</groupId>
  <artifactId>delay-message-data-jdbc</artifactId>
  <version>0.0.1-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.kancyframework:delay-message-data-jdbc:0.0.1-RELEASE'
Gradle Kotlin
implementation("com.github.kancyframework:delay-message-data-jdbc:0.0.1-RELEASE")
Scala SBT
libraryDependencies += "com.github.kancyframework" % "delay-message-data-jdbc" % "0.0.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kancyframework', module='delay-message-data-jdbc', version='0.0.1-RELEASE')
)
Apache Ivy
<dependency org="com.github.kancyframework" name="delay-message-data-jdbc" rev="0.0.1-RELEASE" />
Leiningen
[com.github.kancyframework/delay-message-data-jdbc "0.0.1-RELEASE"]
Apache Buildr
'com.github.kancyframework:delay-message-data-jdbc:jar:0.0.1-RELEASE'