MVN

com.github.lyeung : lyeung-common-test

Maven & Gradle

Sep 24, 2016
0 stars

LYeung Common Test · LYeung common test library shared between projects.

<dependency>
    <groupId>com.github.lyeung</groupId>
    <artifactId>lyeung-common-test</artifactId>
    <version>1.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lyeung : lyeung-common-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.13

All Versions

Choose a version of com.github.lyeung : lyeung-common-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
lyeung-common-test-1.0.13
lyeung-common-test-1.0.12
lyeung-common-test-1.0.11
lyeung-common-test-1.0.4
lyeung-common-test-1.0.2
lyeung-common-test-1.0.1
latest
lyeung-common-test-latest

How to add a dependency to Maven

Add the following com.github.lyeung : lyeung-common-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lyeung</groupId>
    <artifactId>lyeung-common-test</artifactId>
    <version>1.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lyeung : lyeung-common-test gradle dependency to your build.gradle file:

implementation 'com.github.lyeung:lyeung-common-test:1.0.13'

Gradle Kotlin DSL: Add the following com.github.lyeung : lyeung-common-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lyeung:lyeung-common-test:1.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lyeung : lyeung-common-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lyeung" % "lyeung-common-test" % "1.0.13"