Skip to content

Commit

Permalink
[ci skip] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vertical-blank authored Apr 7, 2019
1 parent 0a7b9ba commit 72393c0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@ Written with only Java Standard Library, without dependent library.

### Maven

First, add following dependency into your `pom.xml` :

```xml
<dependencies>
<dependency>
...
</dependency>
</dependencies>
<dependency>
<groupId>com.github.vertical-blank</groupId>
<artifactId>sql-formatter</artifactId>
<version>1.0</version>
</dependency>
```

### Gradle

`'com.github.vertical.blank:sql-formatter:1.0'`

```gradle
implementation 'com.github.vertical-blank:sql-formatter:1.0
```

## Examples

Expand Down

0 comments on commit 72393c0

Please sign in to comment.