MVN

net.sf.mardao : mardao-gae

Maven & Gradle

Feb 13, 2015
14 usages
19 stars
<dependency>
    <groupId>net.sf.mardao</groupId>
    <artifactId>mardao-gae</artifactId>
    <version>3.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.13

All Versions

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

Version Vulnerabilities Updated
3.0.x
mardao-gae-3.0.13
mardao-gae-3.0.12
mardao-gae-3.0.11
mardao-gae-3.0.10
mardao-gae-3.0.9
mardao-gae-3.0.8
mardao-gae-3.0.6
mardao-gae-3.0.5
mardao-gae-3.0.4
2.3.x
mardao-gae-2.3.6
mardao-gae-2.3.3
mardao-gae-2.3.2
mardao-gae-2.3.1
mardao-gae-2.3.0
2.2.x
mardao-gae-2.2.3
mardao-gae-2.2.2

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.mardao</groupId>
    <artifactId>mardao-gae</artifactId>
    <version>3.0.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sf.mardao:mardao-gae:3.0.13'

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

implementation("net.sf.mardao:mardao-gae:3.0.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.mardao" % "mardao-gae" % "3.0.13"

Advertisement