j

jdbc-run

Files download
File Operation
jdbc-run-0.1.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.qsy7.java.infrastructure.datastore.modules</groupId>
  <artifactId>jdbc-run</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.qsy7.java.infrastructure.datastore.modules:jdbc-run:0.1.0'
Gradle Kotlin
implementation("io.github.qsy7.java.infrastructure.datastore.modules:jdbc-run:0.1.0")
Scala SBT
libraryDependencies += "io.github.qsy7.java.infrastructure.datastore.modules" % "jdbc-run" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.qsy7.java.infrastructure.datastore.modules', module='jdbc-run', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.qsy7.java.infrastructure.datastore.modules" name="jdbc-run" rev="0.1.0" />
Leiningen
[io.github.qsy7.java.infrastructure.datastore.modules/jdbc-run "0.1.0"]
Apache Buildr
'io.github.qsy7.java.infrastructure.datastore.modules:jdbc-run:jar:0.1.0'