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