MVN

org.scalamacros : xml_2.11

Maven & Gradle

Apr 18, 2014

xml · Lifting/unlifting support for XML literals

<dependency>
    <groupId>org.scalamacros</groupId>
    <artifactId>xml_2.11</artifactId>
    <version>1.0.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalamacros : xml_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-M1

All Versions

Choose a version of org.scalamacros : xml_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
xml_2.11-1.0.0-M1

How to add a dependency to Maven

Add the following org.scalamacros : xml_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalamacros</groupId>
    <artifactId>xml_2.11</artifactId>
    <version>1.0.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalamacros : xml_2.11 gradle dependency to your build.gradle file:

implementation 'org.scalamacros:xml_2.11:1.0.0-M1'

Gradle Kotlin DSL: Add the following org.scalamacros : xml_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalamacros:xml_2.11:1.0.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalamacros : xml_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalamacros" % "xml_2.11" % "1.0.0-M1"

Advertisement

Dependencies from Group

Dec 20, 2017
453 usages
160 stars
Nov 02, 2016
32 usages
9 stars
Nov 02, 2016
31 usages
9 stars
Mar 30, 2014
21 usages
160 stars
Feb 15, 2017
6 usages
160 stars

Discover Dependencies

Jun 06, 2010
13 usages
Jul 01, 2013
Jul 01, 2013
1 usages
Jul 01, 2013
3 usages
May 20, 2014
2 usages
0 stars