MVN

org.scalamacros : resetallattrs_2.13.0-M2

Maven & Gradle

Dec 28, 2017
2 usages
9 stars

resetallattrs · The missing compatibility library for reflection in Scala 2.11/2.12/2.13 when c.untypecheck is not enough

<dependency>
    <groupId>org.scalamacros</groupId>
    <artifactId>resetallattrs_2.13.0-M2</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalamacros : resetallattrs_2.13.0-M2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.scalamacros : resetallattrs_2.13.0-M2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
resetallattrs_2.13.0-M2-1.0.0

How to add a dependency to Maven

Add the following org.scalamacros : resetallattrs_2.13.0-M2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalamacros</groupId>
    <artifactId>resetallattrs_2.13.0-M2</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalamacros : resetallattrs_2.13.0-M2 gradle dependency to your build.gradle file:

implementation 'org.scalamacros:resetallattrs_2.13.0-M2:1.0.0'

Gradle Kotlin DSL: Add the following org.scalamacros : resetallattrs_2.13.0-M2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalamacros:resetallattrs_2.13.0-M2:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalamacros : resetallattrs_2.13.0-M2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalamacros" % "resetallattrs_2.13.0-M2" % "1.0.0"

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