Files download
File Operation
mysql-dists-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>mysql-dists</artifactId>
  <version>1.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:mysql-dists:1.0.2'
Gradle Kotlin
implementation("com.github.mike10004:mysql-dists:1.0.2")
Scala SBT
libraryDependencies += "com.github.mike10004" % "mysql-dists" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='mysql-dists', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.mike10004" name="mysql-dists" rev="1.0.2" />
Leiningen
[com.github.mike10004/mysql-dists "1.0.2"]
Apache Buildr
'com.github.mike10004:mysql-dists:jar:1.0.2'
Dependencies
The project has no third-party dependencies