MVN

com.melodysmaps : Molestone

Maven & Gradle

Jun 20, 2020
1 stars

Molestone · A Java library to parse the Lodestone, the official FFXIV encyclopedia available online

<dependency>
    <groupId>com.melodysmaps</groupId>
    <artifactId>Molestone</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.melodysmaps : Molestone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.melodysmaps : Molestone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
Molestone-1.5.1
1.5
Molestone-1.5
1.3
Molestone-1.3
1.2
Molestone-1.2
1.1
Molestone-1.1
1.0
Molestone-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.melodysmaps</groupId>
    <artifactId>Molestone</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.melodysmaps : Molestone gradle dependency to your build.gradle file:

implementation 'com.melodysmaps:Molestone:1.5.1'

Gradle Kotlin DSL: Add the following com.melodysmaps : Molestone gradle kotlin dependency to your build.gradle.kts file:

implementation("com.melodysmaps:Molestone:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.melodysmaps : Molestone sbt scala dependency to your build.sbt file:

libraryDependencies += "com.melodysmaps" % "Molestone" % "1.5.1"

Advertisement