MVN

xyz.leyuna : waylocation-core

Maven & Gradle

Apr 14, 2022

waylocation-core

<dependency>
    <groupId>xyz.leyuna</groupId>
    <artifactId>waylocation-core</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.leyuna : waylocation-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of xyz.leyuna : waylocation-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
waylocation-core-0.0.3
waylocation-core-0.0.2.RELEASE
waylocation-core-0.0.2-RELEASE
waylocation-core-0.0.2
waylocation-core-0.0.1

How to add a dependency to Maven

Add the following xyz.leyuna : waylocation-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.leyuna</groupId>
    <artifactId>waylocation-core</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.leyuna : waylocation-core gradle dependency to your build.gradle file:

implementation 'xyz.leyuna:waylocation-core:0.0.3'

Gradle Kotlin DSL: Add the following xyz.leyuna : waylocation-core gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.leyuna:waylocation-core:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.leyuna : waylocation-core sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.leyuna" % "waylocation-core" % "0.0.3"