MVN

net.sf.mardao : mardao-mysql

Maven & Gradle

Sep 02, 2014
19 stars
<dependency>
    <groupId>net.sf.mardao</groupId>
    <artifactId>mardao-mysql</artifactId>
    <version>2.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.6

All Versions

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

Version Vulnerabilities Updated
2.3.x
mardao-mysql-2.3.6
mardao-mysql-2.3.3
mardao-mysql-2.3.2
mardao-mysql-2.3.1
mardao-mysql-2.3.0
2.2.x
mardao-mysql-2.2.3
mardao-mysql-2.2.2

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.mardao</groupId>
    <artifactId>mardao-mysql</artifactId>
    <version>2.3.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sf.mardao:mardao-mysql:2.3.6'

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

implementation("net.sf.mardao:mardao-mysql:2.3.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.mardao" % "mardao-mysql" % "2.3.6"

Advertisement