MVN

eu.limetri.ygg : ygg-client-installed

Maven & Gradle

Oct 21, 2015
<dependency>
    <groupId>eu.limetri.ygg</groupId>
    <artifactId>ygg-client-installed</artifactId>
    <version>0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.limetri.ygg : ygg-client-installed to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.28

All Versions

Choose a version of eu.limetri.ygg : ygg-client-installed to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.28
ygg-client-installed-0.28
0.27
ygg-client-installed-0.27
0.26
ygg-client-installed-0.26
0.25
ygg-client-installed-0.25
0.24
ygg-client-installed-0.24
0.23
ygg-client-installed-0.23
0.22
ygg-client-installed-0.22
0.21
ygg-client-installed-0.21
0.20
ygg-client-installed-0.20
0.18
ygg-client-installed-0.18
0.17
ygg-client-installed-0.17
0.16.x
ygg-client-installed-0.16.1
0.16
ygg-client-installed-0.16
0.15
ygg-client-installed-0.15
0.14
ygg-client-installed-0.14
0.13.x
ygg-client-installed-0.13.2
ygg-client-installed-0.13.1
0.13
ygg-client-installed-0.13

How to add a dependency to Maven

Add the following eu.limetri.ygg : ygg-client-installed maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.limetri.ygg</groupId>
    <artifactId>ygg-client-installed</artifactId>
    <version>0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.limetri.ygg : ygg-client-installed gradle dependency to your build.gradle file:

implementation 'eu.limetri.ygg:ygg-client-installed:0.28'

Gradle Kotlin DSL: Add the following eu.limetri.ygg : ygg-client-installed gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.limetri.ygg:ygg-client-installed:0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.limetri.ygg : ygg-client-installed sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.limetri.ygg" % "ygg-client-installed" % "0.28"