r

replace-symbol-literals_2.12

scalafix rule for replace deprecated scala.Symbol literals
https://github.com/xuwei-k/replace-symbol-literals
MIT License
com.github.xuwei-k
Kenji Yoshida
Files download
File Operation
replace-symbol-literals_2.12-0.1.1.jar download
replace-symbol-literals_2.12-0.1.1.pom download
replace-symbol-literals_2.12-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.xuwei-k</groupId>
  <artifactId>replace-symbol-literals_2.12</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.xuwei-k:replace-symbol-literals_2.12:0.1.1'
Gradle Kotlin
implementation("com.github.xuwei-k:replace-symbol-literals_2.12:0.1.1")
Scala SBT
libraryDependencies += "com.github.xuwei-k" % "replace-symbol-literals_2.12" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.xuwei-k', module='replace-symbol-literals_2.12', version='0.1.1')
)
Apache Ivy
<dependency org="com.github.xuwei-k" name="replace-symbol-literals_2.12" rev="0.1.1" />
Leiningen
[com.github.xuwei-k/replace-symbol-literals_2.12 "0.1.1"]
Apache Buildr
'com.github.xuwei-k:replace-symbol-literals_2.12:jar:0.1.1'