d

dc3-common-mysql

IOT DC3 平台 公共的 MySQL 配置。
https://github.com/pnoker/iot-dc3
The Apache Software License, Version 2.0
pnoker
Files download
File Operation
dc3-common-mysql-2022.1.6.jar download
dc3-common-mysql-2022.1.6.pom download
dc3-common-mysql-2022.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pnoker</groupId>
  <artifactId>dc3-common-mysql</artifactId>
  <version>2022.1.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.pnoker:dc3-common-mysql:2022.1.6'
Gradle Kotlin
implementation("io.github.pnoker:dc3-common-mysql:2022.1.6")
Scala SBT
libraryDependencies += "io.github.pnoker" % "dc3-common-mysql" % "2022.1.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pnoker', module='dc3-common-mysql', version='2022.1.6')
)
Apache Ivy
<dependency org="io.github.pnoker" name="dc3-common-mysql" rev="2022.1.6" />
Leiningen
[io.github.pnoker/dc3-common-mysql "2022.1.6"]
Apache Buildr
'io.github.pnoker:dc3-common-mysql:jar:2022.1.6'