MVN

net.sf.squirrel-sql.plugins : mysql

Maven & Gradle

May 06, 2013
2 usages

Mysql Plugin · Mysql Plugin

<dependency>
    <groupId>net.sf.squirrel-sql.plugins</groupId>
    <artifactId>mysql</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.squirrel-sql.plugins : mysql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.0
  • Latest Release Candidate: 3.3.0-rc1

All Versions

Choose a version of net.sf.squirrel-sql.plugins : mysql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
mysql-3.5.0
3.4.x
mysql-3.4.0
3.3.x
mysql-3.3.0
mysql-3.3.0-rc1
3.2.x
mysql-3.2.2
mysql-3.2.1
mysql-3.2.0
mysql-3.2.0-RC1

How to add a dependency to Maven

Add the following net.sf.squirrel-sql.plugins : mysql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.squirrel-sql.plugins</groupId>
    <artifactId>mysql</artifactId>
    <version>3.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.squirrel-sql.plugins : mysql gradle dependency to your build.gradle file:

implementation 'net.sf.squirrel-sql.plugins:mysql:3.5.0'

Gradle Kotlin DSL: Add the following net.sf.squirrel-sql.plugins : mysql gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.squirrel-sql.plugins:mysql:3.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.squirrel-sql.plugins : mysql sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.squirrel-sql.plugins" % "mysql" % "3.5.0"

Advertisement