Download sbt-scalafmt-1.15.jar file - Jar s

Jar examples for s:sbt-scalafmt

Description

SBT plugin for scalafmt

You can download jar file sbt-scalafmt 1.15 in this page.

License

Apache License 2.0

Build File

You can use the following script to add sbt-scalafmt-1.15.jar to your project.

<dependency>
   <groupId>com.lucidchart</groupId>
   <artifactId>sbt-scalafmt</artifactId>
   <version>1.15</version>
</dependency>
compile group: 'com.lucidchart', name: 'sbt-scalafmt', version: '1.15'
libraryDependencies += "com.lucidchart" % "sbt-scalafmt" % "1.15"
<dependency org="com.lucidchart" name="sbt-scalafmt" rev="1.15"/>
@Grapes(@Grab(group='com.lucidchart', module='sbt-scalafmt', version='1.15'))
'com.lucidchart:sbt-scalafmt:jar:1.15'

Download

Click the following link to download the jar file.

sbt-scalafmt-1.15-javadoc.jar
sbt-scalafmt-1.15-sources.jar
sbt-scalafmt-1.15.jar
sbt-scalafmt-1.15.pom



Related Tutorials