Package com.diffplug.spotless
Interface Provisioner
public interface Provisioner
Many spotless steps require third-party libraries, but we want to keep
Spotless' dependencies minimal.
-
Method Summary
Modifier and TypeMethodDescriptionprovisionWithTransitives
(boolean withTransitives, String... mavenCoordinates) Given a set of Maven coordinates, returns a set of jars which include all of the specified coordinates and optionally their transitive dependencies.provisionWithTransitives
(boolean withTransitives, Collection<String> mavenCoordinates) Given a set of Maven coordinates, returns a set of jars which include all of the specified coordinates and optionally their transitive dependencies.
-
Method Details
-
provisionWithTransitives
Given a set of Maven coordinates, returns a set of jars which include all of the specified coordinates and optionally their transitive dependencies. -
provisionWithTransitives
Given a set of Maven coordinates, returns a set of jars which include all of the specified coordinates and optionally their transitive dependencies.
-