MVN

com.github.superscorpion : medusa

Maven & Gradle

Jul 12, 2023
3 stars

medusa · Since 2016 In Jy For Mybatis

<dependency>
    <groupId>com.github.superscorpion</groupId>
    <artifactId>medusa</artifactId>
    <version>3.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.superscorpion : medusa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.7

All Versions

Choose a version of com.github.superscorpion : medusa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
medusa-3.2.7
medusa-3.2.6
medusa-3.2.5
medusa-3.2.4
medusa-3.2.3
medusa-3.2.2
medusa-3.2.1
medusa-3.2.0
3.1.x
medusa-3.1.9-RELEASE
medusa-3.1.8-RELEASE
medusa-3.1.7-RELEASE
medusa-3.1.6-RELEASE
medusa-3.1.5-RELEASE
medusa-3.1.4-RELEASE
medusa-3.1.3-RELEASE
medusa-3.1.2-RELEASE
medusa-3.1.1-RELEASE
medusa-3.1.0-RELEASE
3.0.x
medusa-3.0.0-RELEASE
2.3.x
medusa-2.3.8-RELEASE
medusa-2.3.7-RELEASE
medusa-2.3.6-RELEASE
medusa-2.3.5-RELEASE
medusa-2.3.4-RELEASE
medusa-2.3.3-RELEASE
medusa-2.3.2-RELEASE
medusa-2.3.2-SAILING
medusa-2.3.1-SAILING
medusa-2.3.1-RELEASE
medusa-2.3.0-RELEASE
2.2.x
medusa-2.2.0-RELEASE

How to add a dependency to Maven

Add the following com.github.superscorpion : medusa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.superscorpion</groupId>
    <artifactId>medusa</artifactId>
    <version>3.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.superscorpion : medusa gradle dependency to your build.gradle file:

implementation 'com.github.superscorpion:medusa:3.2.7'

Gradle Kotlin DSL: Add the following com.github.superscorpion : medusa gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.superscorpion:medusa:3.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.superscorpion : medusa sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.superscorpion" % "medusa" % "3.2.7"