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