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