is not current version
Last Version 2.18.1

org.webjars.npm:mysql 2.3.1

WebJar for mysql

Categories

Categories

MySQL Data Databases
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mysql
Version

Version

2.3.1
Type

Type

jar

Download mysql 2.3.1


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