Files download
File Operation
tryscalafix_2.13-0.3.0.jar download
tryscalafix_2.13-0.3.0.pom download
tryscalafix_2.13-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.cdevreeze.tryscalafix</groupId>
  <artifactId>tryscalafix_2.13</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'eu.cdevreeze.tryscalafix:tryscalafix_2.13:0.3.0'
Gradle Kotlin
implementation("eu.cdevreeze.tryscalafix:tryscalafix_2.13:0.3.0")
Scala SBT
libraryDependencies += "eu.cdevreeze.tryscalafix" % "tryscalafix_2.13" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.cdevreeze.tryscalafix', module='tryscalafix_2.13', version='0.3.0')
)
Apache Ivy
<dependency org="eu.cdevreeze.tryscalafix" name="tryscalafix_2.13" rev="0.3.0" />
Leiningen
[eu.cdevreeze.tryscalafix/tryscalafix_2.13 "0.3.0"]
Apache Buildr
'eu.cdevreeze.tryscalafix:tryscalafix_2.13:jar:0.3.0'