License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Auto Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.autostyle |
ArtifactId | ArtifactIdautostyle-plugin-gradle |
Last Version | Last Version3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAutostyle Autostyle-plugin-gradle
Autostyle - fix code style automatically
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
autostyle-plugin-gradle-3.2.pom | |
autostyle-plugin-gradle-3.2.jar | 129 KB |
autostyle-plugin-gradle-3.2-sources.jar | 30 KB |
autostyle-plugin-gradle-3.2-javadoc.jar | 375 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.autostyle/autostyle-plugin-gradle/ -->
<dependency>
<groupId>com.github.autostyle</groupId>
<artifactId>autostyle-plugin-gradle</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autostyle/autostyle-plugin-gradle/
implementation 'com.github.autostyle:autostyle-plugin-gradle:3.2'
// https://jarcasting.com/artifacts/com.github.autostyle/autostyle-plugin-gradle/
implementation ("com.github.autostyle:autostyle-plugin-gradle:3.2")
'com.github.autostyle:autostyle-plugin-gradle:jar:3.2'
<dependency org="com.github.autostyle" name="autostyle-plugin-gradle" rev="3.2">
<artifact name="autostyle-plugin-gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autostyle', module='autostyle-plugin-gradle', version='3.2')
)
libraryDependencies += "com.github.autostyle" % "autostyle-plugin-gradle" % "3.2"
[com.github.autostyle/autostyle-plugin-gradle "3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.autostyle : autostyle-lib | jar | 3.2 |
com.github.autostyle : autostyle-lib-extra | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.20 |
org.ec4j.core : ec4j-core | jar | 0.2.2 |