<dependency> <groupId>com.github.mike10004</groupId> <artifactId>mysql-dists</artifactId> <version>1.0.2</version> <type>pom</type> </dependency>
implementation 'com.github.mike10004:mysql-dists:1.0.2'
implementation("com.github.mike10004:mysql-dists:1.0.2")
libraryDependencies += "com.github.mike10004" % "mysql-dists" % "1.0.2"
@Grapes( @Grab(group='com.github.mike10004', module='mysql-dists', version='1.0.2') )
<dependency org="com.github.mike10004" name="mysql-dists" rev="1.0.2" />
[com.github.mike10004/mysql-dists "1.0.2"]
'com.github.mike10004:mysql-dists:jar:1.0.2'