Download spotless-lib-extra-1.12.0.jar file - Jar s

Jar examples for s:spotless-lib-extra

Description

Spotless - keep your code spotless with Gradle

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

spotless-lib-extra-1.12.0-javadoc.jar
spotless-lib-extra-1.12.0-sources.jar
spotless-lib-extra-1.12.0.jar
spotless-lib-extra-1.12.0.pom



Related Tutorials