MVN

eu.cdevreeze.yaidom : yaidom-xlink_2.12.0-RC1

Maven & Gradle

Oct 10, 2016
0 stars

yaidom-xlink · yaidom-xlink

<dependency>
    <groupId>eu.cdevreeze.yaidom</groupId>
    <artifactId>yaidom-xlink_2.12.0-RC1</artifactId>
    <version>1.6.0-M5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.cdevreeze.yaidom : yaidom-xlink_2.12.0-RC1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0-M5

All Versions

Choose a version of eu.cdevreeze.yaidom : yaidom-xlink_2.12.0-RC1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
yaidom-xlink_2.12.0-RC1-1.6.0-M5
yaidom-xlink_2.12.0-RC1-1.6.0-M4

How to add a dependency to Maven

Add the following eu.cdevreeze.yaidom : yaidom-xlink_2.12.0-RC1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.cdevreeze.yaidom</groupId>
    <artifactId>yaidom-xlink_2.12.0-RC1</artifactId>
    <version>1.6.0-M5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.cdevreeze.yaidom : yaidom-xlink_2.12.0-RC1 gradle dependency to your build.gradle file:

implementation 'eu.cdevreeze.yaidom:yaidom-xlink_2.12.0-RC1:1.6.0-M5'

Gradle Kotlin DSL: Add the following eu.cdevreeze.yaidom : yaidom-xlink_2.12.0-RC1 gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.cdevreeze.yaidom:yaidom-xlink_2.12.0-RC1:1.6.0-M5")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.cdevreeze.yaidom : yaidom-xlink_2.12.0-RC1 sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.cdevreeze.yaidom" % "yaidom-xlink_2.12.0-RC1" % "1.6.0-M5"