MVN

cn.net.vidyo : dylink-io

Maven & Gradle

Mar 20, 2023
<dependency>
    <groupId>cn.net.vidyo</groupId>
    <artifactId>dylink-io</artifactId>
    <version>2.1.0.41.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.net.vidyo : dylink-io to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0.41.RELEASE

All Versions

Choose a version of cn.net.vidyo : dylink-io to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
dylink-io-2.1.0.41.RELEASE

How to add a dependency to Maven

Add the following cn.net.vidyo : dylink-io maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.net.vidyo</groupId>
    <artifactId>dylink-io</artifactId>
    <version>2.1.0.41.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.net.vidyo : dylink-io gradle dependency to your build.gradle file:

implementation 'cn.net.vidyo:dylink-io:2.1.0.41.RELEASE'

Gradle Kotlin DSL: Add the following cn.net.vidyo : dylink-io gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.net.vidyo:dylink-io:2.1.0.41.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.net.vidyo : dylink-io sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.net.vidyo" % "dylink-io" % "2.1.0.41.RELEASE"