MVN

eu.limetri.ygg : ygg-integration-test

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 0.28

All Versions

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

Version Vulnerabilities Updated
0.28
ygg-integration-test-0.28
0.27
ygg-integration-test-0.27
0.26
ygg-integration-test-0.26
0.25
ygg-integration-test-0.25
0.24
ygg-integration-test-0.24
0.23
ygg-integration-test-0.23
0.22
ygg-integration-test-0.22
0.21
ygg-integration-test-0.21
0.20
ygg-integration-test-0.20
0.18
ygg-integration-test-0.18
0.17
ygg-integration-test-0.17

How to add a dependency to Maven

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

<dependency>
    <groupId>eu.limetri.ygg</groupId>
    <artifactId>ygg-integration-test</artifactId>
    <version>0.28</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'eu.limetri.ygg:ygg-integration-test:0.28'

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

implementation("eu.limetri.ygg:ygg-integration-test:0.28")

How to add a dependency to SBT Scala

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

libraryDependencies += "eu.limetri.ygg" % "ygg-integration-test" % "0.28"