r

resetallattrs_2.13.0-M3

The missing compatibility library for reflection in Scala 2.11/2.12/2.13 when c.untypecheck is not enough
https://github.com/scalamacros/resetallattrs
BSD-like
org.scalamacros
Eugene Burmako
文件下载
文件名 操作
resetallattrs_2.13.0-M3-1.0.0.jar 下载
resetallattrs_2.13.0-M3-1.0.0.pom 下载
resetallattrs_2.13.0-M3-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.scalamacros</groupId>
  <artifactId>resetallattrs_2.13.0-M3</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.scalamacros:resetallattrs_2.13.0-M3:1.0.0'
Gradle Kotlin
implementation("org.scalamacros:resetallattrs_2.13.0-M3:1.0.0")
Scala SBT
libraryDependencies += "org.scalamacros" % "resetallattrs_2.13.0-M3" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.scalamacros', module='resetallattrs_2.13.0-M3', version='1.0.0')
)
Apache Ivy
<dependency org="org.scalamacros" name="resetallattrs_2.13.0-M3" rev="1.0.0" />
Leiningen
[org.scalamacros/resetallattrs_2.13.0-M3 "1.0.0"]
Apache Buildr
'org.scalamacros:resetallattrs_2.13.0-M3:jar:1.0.0'