is not current version
Last Version 2.18.1

org.webjars.npm:mysql 2.18.0

WebJar for mysql

Categories

Categories

MySQL Data Databases
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mysql
Version

Version

2.18.0
Type

Type

jar

Download mysql 2.18.0


<!-- https://jarcasting.com/artifacts/org.webjars.npm/mysql/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mysql</artifactId>
    <version>2.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mysql/
implementation 'org.webjars.npm:mysql:2.18.0'
// https://jarcasting.com/artifacts/org.webjars.npm/mysql/
implementation ("org.webjars.npm:mysql:2.18.0")
'org.webjars.npm:mysql:jar:2.18.0'
<dependency org="org.webjars.npm" name="mysql" rev="2.18.0">
  <artifact name="mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mysql', version='2.18.0')
)
libraryDependencies += "org.webjars.npm" % "mysql" % "2.18.0"
[org.webjars.npm/mysql "2.18.0"]