License |
License |
---|---|
GroupId | GroupIdio.github.godenji |
ArtifactId | ArtifactIdreplace-symbol-literals-to-string_2.12 |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreplace-symbol-literals-to-string
scalafix rule to replace Symbol literals with String values
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.github.godenji/replace-symbol-literals-to-string_2.12/ -->
<dependency>
<groupId>io.github.godenji</groupId>
<artifactId>replace-symbol-literals-to-string_2.12</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.godenji/replace-symbol-literals-to-string_2.12/
implementation 'io.github.godenji:replace-symbol-literals-to-string_2.12:0.1.1'
// https://jarcasting.com/artifacts/io.github.godenji/replace-symbol-literals-to-string_2.12/
implementation ("io.github.godenji:replace-symbol-literals-to-string_2.12:0.1.1")
'io.github.godenji:replace-symbol-literals-to-string_2.12:jar:0.1.1'
<dependency org="io.github.godenji" name="replace-symbol-literals-to-string_2.12" rev="0.1.1">
<artifact name="replace-symbol-literals-to-string_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.godenji', module='replace-symbol-literals-to-string_2.12', version='0.1.1')
)
libraryDependencies += "io.github.godenji" % "replace-symbol-literals-to-string_2.12" % "0.1.1"
[io.github.godenji/replace-symbol-literals-to-string_2.12 "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.12 |
ch.epfl.scala : scalafix-core_2.12 | jar | 0.9.19 |