Files download
File Operation
sbt-source-format-0.1.6.jar download
sbt-source-format-0.1.6.pom download
Apache Maven
<dependency>
  <groupId>com.swoval</groupId>
  <artifactId>sbt-source-format</artifactId>
  <version>0.1.6</version>
</dependency>
Gradle Groovy
implementation 'com.swoval:sbt-source-format:0.1.6'
Gradle Kotlin
implementation("com.swoval:sbt-source-format:0.1.6")
Scala SBT
libraryDependencies += "com.swoval" % "sbt-source-format" % "0.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.swoval', module='sbt-source-format', version='0.1.6')
)
Apache Ivy
<dependency org="com.swoval" name="sbt-source-format" rev="0.1.6" />
Leiningen
[com.swoval/sbt-source-format "0.1.6"]
Apache Buildr
'com.swoval:sbt-source-format:jar:0.1.6'
Dependencies
The project has no third-party dependencies