MVN

org.wildfly.swarm : mysql

Maven & Gradle

Nov 05, 2016
7 usages
394 stars

MySQL · MySQL driver and datasource

<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>mysql</artifactId>
    <version>2016.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.swarm : mysql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2016.11.0

All Versions

Choose a version of org.wildfly.swarm : mysql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2016.11.x
mysql-2016.11.0
2016.10.x
mysql-2016.10.0
2016.9
mysql-2016.9
2016.8.x
mysql-2016.8.1
2016.8
mysql-2016.8

How to add a dependency to Maven

Add the following org.wildfly.swarm : mysql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>mysql</artifactId>
    <version>2016.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly.swarm : mysql gradle dependency to your build.gradle file:

implementation 'org.wildfly.swarm:mysql:2016.11.0'

Gradle Kotlin DSL: Add the following org.wildfly.swarm : mysql gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly.swarm:mysql:2016.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly.swarm : mysql sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly.swarm" % "mysql" % "2016.11.0"