MVN

com.github.luning-l : eylink

Maven & Gradle

Aug 23, 2023

eylink · android eylink

<dependency>
    <groupId>com.github.luning-l</groupId>
    <artifactId>eylink</artifactId>
    <version>0.0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.luning-l : eylink to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.21

All Versions

Choose a version of com.github.luning-l : eylink to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
eylink-0.0.21
eylink-0.0.20
eylink-0.0.19
eylink-0.0.18
eylink-0.0.17
eylink-0.0.16
eylink-0.0.15
eylink-0.0.14
eylink-0.0.13
eylink-0.0.12
eylink-0.0.11
eylink-0.0.10
eylink-0.0.9
eylink-0.0.8
eylink-0.0.7
eylink-0.0.6
eylink-0.0.5
eylink-0.0.4
eylink-0.0.3
eylink-0.0.2
eylink-0.0.1
eylink-0.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.luning-l</groupId>
    <artifactId>eylink</artifactId>
    <version>0.0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.luning-l : eylink gradle dependency to your build.gradle file:

implementation 'com.github.luning-l:eylink:0.0.21'

Gradle Kotlin DSL: Add the following com.github.luning-l : eylink gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.luning-l:eylink:0.0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.luning-l : eylink sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.luning-l" % "eylink" % "0.0.21"