Download spotless-lib-3.0.0.RC2.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 3.0.0.RC2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

spotless-lib-3.0.0.RC2-javadoc.jar
spotless-lib-3.0.0.RC2-sources.jar
spotless-lib-3.0.0.RC2.jar
spotless-lib-3.0.0.RC2.pom



Related Tutorials