Skip to content

Commit

Permalink
feat: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Nov 3, 2023
1 parent 4e9dfa4 commit 1ad251a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

A Java library that interacts with [Gotenberg](https://gotenberg.dev/)'s different modules to convert a variety of document formats to PDF files.

## Snippets
To incorporate `jotenberg` into your project, follow the snippets below for Apache Maven and Gradle dependencies.
### Apache Maven
```xml
<dependency>
<groupId>dev.inaka</groupId>
<artifactId>jotenberg</artifactId>
<version>1.0.2</version>
</dependency>
```

### Gradle
```gradle
implementation group: 'dev.inaka', name: 'jotenberg', version: '1.0.2'
```

## Prerequisites

Before attempting to use `Jotenberg`, be sure you install [Docker](https://www.docker.com/) if you have not already done so.
Expand Down

0 comments on commit 1ad251a

Please sign in to comment.