Download spotless-lib-1.5.1.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.5.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials