is not current version
Last Version 3.2

com.github.autostyle:autostyle-plugin-gradle 3.0

Autostyle - fix code style automatically

Categories

Categories

Gradle Build Tools Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.autostyle
ArtifactId

ArtifactId

autostyle-plugin-gradle
Version

Version

3.0
Type

Type

jar

Download autostyle-plugin-gradle 3.0


<!-- https://jarcasting.com/artifacts/com.github.autostyle/autostyle-plugin-gradle/ -->
<dependency>
    <groupId>com.github.autostyle</groupId>
    <artifactId>autostyle-plugin-gradle</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autostyle/autostyle-plugin-gradle/
implementation 'com.github.autostyle:autostyle-plugin-gradle:3.0'
// https://jarcasting.com/artifacts/com.github.autostyle/autostyle-plugin-gradle/
implementation ("com.github.autostyle:autostyle-plugin-gradle:3.0")
'com.github.autostyle:autostyle-plugin-gradle:jar:3.0'
<dependency org="com.github.autostyle" name="autostyle-plugin-gradle" rev="3.0">
  <artifact name="autostyle-plugin-gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autostyle', module='autostyle-plugin-gradle', version='3.0')
)
libraryDependencies += "com.github.autostyle" % "autostyle-plugin-gradle" % "3.0"
[com.github.autostyle/autostyle-plugin-gradle "3.0"]