|
1 | | -# phoenix-code-format |
| 1 | +# java-code-style |
2 | 2 |
|
3 | | -[](https://maven-badges.herokuapp.com/maven-central/com.github.myoss.checkstyle/code-format-parent/) |
4 | | -[](https://github.com/myoss-cloud/phoenix-code-format/releases) |
| 3 | +[](https://maven-badges.herokuapp.com/maven-central/app.myoss.cloud.codestyle/java-code-style/) |
| 4 | +[](https://github.com/myoss-cloud/java-code-style/releases) |
5 | 5 | [](https://www.apache.org/licenses/LICENSE-2.0.html) |
6 | 6 |
|
7 | 7 | ## Documentation |
8 | 8 |
|
9 | | -- [Documentation Home](https://github.com/myoss-cloud/phoenix-code-format/wiki) |
| 9 | +- [Documentation Home](https://github.com/myoss-cloud/java-code-style/wiki) |
10 | 10 |
|
11 | 11 | ## Download |
12 | 12 |
|
13 | 13 | ### code-format-eclipse |
14 | 14 |
|
15 | 15 | - [maven][1] |
16 | | -- [the latest JAR][2] |
| 16 | +- [the latest JAR][2] |
17 | 17 |
|
18 | | -[1]: http://repo1.maven.org/maven2/com/github/myoss/checkstyle/code-format-eclipse/ |
19 | | -[2]: https://search.maven.org/remote_content?g=com.github.myoss.checkstyle&a=code-format-eclipse&v=LATEST |
| 18 | +[1]: http://repo1.maven.org/maven2/app/myoss/cloud/codestyle/code-format-eclipse/ |
| 19 | +[2]: https://search.maven.org/remote_content?g=app.myoss.cloud.codestyle&a=code-format-eclipse&v=LATEST |
20 | 20 |
|
21 | 21 | ### code-format-checkstyle |
22 | 22 |
|
23 | 23 | - [maven][3] |
24 | | -- [the latest JAR][4] |
| 24 | +- [the latest JAR][4] |
25 | 25 |
|
26 | | -[3]: http://repo1.maven.org/maven2/com/github/myoss/checkstyle/code-format-checkstyle/ |
27 | | -[4]: https://search.maven.org/remote_content?g=com.github.myoss.checkstyle&a=code-format-checkstyle&v=LATEST |
| 26 | +[3]: http://repo1.maven.org/maven2/app/myoss/cloud/codestyle/code-format-checkstyle/ |
| 27 | +[4]: https://search.maven.org/remote_content?g=app.myoss.cloud.codestyle&a=code-format-checkstyle&v=LATEST |
28 | 28 |
|
29 | 29 | ## Maven |
30 | 30 |
|
31 | 31 | ```xml |
32 | 32 | <dependency> |
33 | | - <groupId>com.github.myoss.checkstyle</groupId> |
| 33 | + <groupId>app.myoss.cloud.codestyle</groupId> |
34 | 34 | <artifactId>code-format-eclipse</artifactId> |
35 | | - <version>1.0.1.RELEASE</version> |
| 35 | + <version>2.0.0.RELEASE</version> |
36 | 36 | </dependency> |
37 | 37 | ``` |
38 | 38 |
|
39 | 39 | ```xml |
40 | 40 | <dependency> |
41 | | - <groupId>com.github.myoss.checkstyle</groupId> |
| 41 | + <groupId>app.myoss.cloud.codestyle</groupId> |
42 | 42 | <artifactId>code-format-checkstyle</artifactId> |
43 | | - <version>1.0.1.RELEASE</version> |
| 43 | + <version>2.0.0.RELEASE</version> |
44 | 44 | </dependency> |
45 | 45 | ``` |
0 commit comments