An open API service indexing awesome lists of open source software.

https://github.com/myoss-cloud/java-code-style

myoss open source project, code style & format written in Java
https://github.com/myoss-cloud/java-code-style

eclipse-code-formatter formatter java

Last synced: 2 months ago
JSON representation

myoss open source project, code style & format written in Java

Awesome Lists containing this project

README

        

# java-code-style

[![Maven Central](https://img.shields.io/maven-central/v/app.myoss.cloud.codestyle/java-code-style.svg)](https://maven-badges.herokuapp.com/maven-central/app.myoss.cloud.codestyle/java-code-style/)
[![GitHub release](https://img.shields.io/github/release/myoss-cloud/java-code-style.svg)](https://github.com/myoss-cloud/java-code-style/releases)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

## Documentation

- [Documentation Home](https://github.com/myoss-cloud/java-code-style/wiki)

## Download

### code-format-eclipse

- [maven][1]
- [the latest JAR][2]

[1]: https://repo1.maven.org/maven2/app/myoss/cloud/codestyle/code-format-eclipse/
[2]: https://search.maven.org/remote_content?g=app.myoss.cloud.codestyle&a=code-format-eclipse&v=LATEST

### code-format-checkstyle

- [maven][3]
- [the latest JAR][4]

[3]: https://repo1.maven.org/maven2/app/myoss/cloud/codestyle/code-format-checkstyle/
[4]: https://search.maven.org/remote_content?g=app.myoss.cloud.codestyle&a=code-format-checkstyle&v=LATEST

## Maven

```xml

app.myoss.cloud.codestyle
code-format-eclipse
2.1.6.RELEASE

```

```xml

app.myoss.cloud.codestyle
code-format-checkstyle
2.1.6.RELEASE

```