Skip to content

Commit 830e476

Browse files
authored
docs: add maven coordinates
1 parent 8e2c67d commit 830e476

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ This is a Java port of [`js-beautify`](https://github.com/beautifier/js-beautify
66

77
This port was last synchronized with `js-beautify` on July 15, 2025, to commit [`03e3cc02949b42970ab12c2bfbfb33c7bced8eba`](https://github.com/beautifier/js-beautify/commit/03e3cc02949b42970ab12c2bfbfb33c7bced8eba).
88

9+
## Usage
10+
11+
js-beautify Java is available in Maven Central. Include it in your project with the following coordinates:
12+
13+
```xml
14+
<dependency>
15+
<groupId>io.beautifier</groupId>
16+
<artifactId>js-beautify</artifactId>
17+
<version>1.15.4.1</version>
18+
<scope>compile</scope>
19+
</dependency>
20+
```
21+
922
## Testing
1023

1124
Testing data has been copied from the `js-beautify` project into the [`test`](./test) folder,

0 commit comments

Comments
 (0)