d

datarouter-mysql

datarouter-mysql
Files download
File Operation
datarouter-mysql-0.0.37.jar download
datarouter-mysql-0.0.37.pom download
datarouter-mysql-0.0.37-sources.jar download
Apache Maven
<dependency>
  <groupId>io.datarouter</groupId>
  <artifactId>datarouter-mysql</artifactId>
  <version>0.0.37</version>
</dependency>
Gradle Groovy
implementation 'io.datarouter:datarouter-mysql:0.0.37'
Gradle Kotlin
implementation("io.datarouter:datarouter-mysql:0.0.37")
Scala SBT
libraryDependencies += "io.datarouter" % "datarouter-mysql" % "0.0.37"
Groovy Grape
@Grapes(
  @Grab(group='io.datarouter', module='datarouter-mysql', version='0.0.37')
)
Apache Ivy
<dependency org="io.datarouter" name="datarouter-mysql" rev="0.0.37" />
Leiningen
[io.datarouter/datarouter-mysql "0.0.37"]
Apache Buildr
'io.datarouter:datarouter-mysql:jar:0.0.37'