Download spotless-lib-1.6.0.jar file - Jar s

Jar examples for s:spotless-lib

Description

Spotless - keep your code spotless with Gradle

You can download jar file spotless-lib 1.6.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spotless-lib-1.6.0.jar to your project.

<dependency>
   <groupId>com.diffplug.spotless</groupId>
   <artifactId>spotless-lib</artifactId>
   <version>1.6.0</version>
</dependency>
compile group: 'com.diffplug.spotless', name: 'spotless-lib', version: '1.6.0'
libraryDependencies += "com.diffplug.spotless" % "spotless-lib" % "1.6.0"
<dependency org="com.diffplug.spotless" name="spotless-lib" rev="1.6.0"/>
@Grapes(@Grab(group='com.diffplug.spotless', module='spotless-lib', version='1.6.0'))
'com.diffplug.spotless:spotless-lib:jar:1.6.0'

Download

Click the following link to download the jar file.

spotless-lib-1.6.0-javadoc.jar
spotless-lib-1.6.0-sources.jar
spotless-lib-1.6.0.jar
spotless-lib-1.6.0.pom



Related Tutorials