MVN

com.github.yujiaao : jmesa

Maven & Gradle

Aug 08, 2023
2 usages
2 stars

jmesa · jmesa

<dependency>
    <groupId>com.github.yujiaao</groupId>
    <artifactId>jmesa</artifactId>
    <version>4.5.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.5.11
  • Latest Release Candidate: 4.1.0-RC7

All Versions

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

Version Vulnerabilities Updated
4.5.x
jmesa-4.5.11
jmesa-4.5.10
jmesa-4.5.3
jmesa-4.5.1
jmesa-4.5.0
4.4.x
jmesa-4.4.5
jmesa-4.4.4
jmesa-4.4.3
jmesa-4.4.2.1
jmesa-4.4.0
4.3.x
jmesa-4.3.4
jmesa-4.3.3
jmesa-4.3.2
jmesa-4.3.1
jmesa-4.3.0
4.2.x
jmesa-4.2.1
jmesa-4.2.0
4.1.x
jmesa-4.1.3
jmesa-4.1.2
jmesa-4.1.1
jmesa-4.1.0-RC7
jmesa-4.1.0-RC5
jmesa-4.1.0-RC4
jmesa-4.1.0-RC3
jmesa-4.1.0-RC2
jmesa-4.1.0-RC1
4.0.x
jmesa-4.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yujiaao</groupId>
    <artifactId>jmesa</artifactId>
    <version>4.5.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.yujiaao:jmesa:4.5.11'

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

implementation("com.github.yujiaao:jmesa:4.5.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.yujiaao" % "jmesa" % "4.5.11"

Advertisement