MVN

dev.mayuna : lost-ark-fetcher

Maven & Gradle

Jan 15, 2023
0 stars

Lost Ark Fetcher · Java library for fetching Lost Ark related things

<dependency>
    <groupId>dev.mayuna</groupId>
    <artifactId>lost-ark-fetcher</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.mayuna : lost-ark-fetcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of dev.mayuna : lost-ark-fetcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
lost-ark-fetcher-0.2.3
lost-ark-fetcher-0.2.2
lost-ark-fetcher-0.2.1
0.2
lost-ark-fetcher-0.2
0.1
lost-ark-fetcher-0.1

How to add a dependency to Maven

Add the following dev.mayuna : lost-ark-fetcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.mayuna</groupId>
    <artifactId>lost-ark-fetcher</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.mayuna : lost-ark-fetcher gradle dependency to your build.gradle file:

implementation 'dev.mayuna:lost-ark-fetcher:0.2.3'

Gradle Kotlin DSL: Add the following dev.mayuna : lost-ark-fetcher gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.mayuna:lost-ark-fetcher:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.mayuna : lost-ark-fetcher sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.mayuna" % "lost-ark-fetcher" % "0.2.3"