Skip to content

Commit

Permalink
Updated Maven dependency info
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Aug 22, 2023
1 parent 518b44f commit d5c8ac9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,30 @@ Transforming Your Canvas with Multiline Magic ✨

Try the library with different options from the online demo: [https://canvas-text.docstr.org/](https://canvas-text.docstr.org/)

## Configure Maven dependency

GWT Uploader is available in Maven central repository:

https://search.maven.org/search?q=org.docstr:canvas-text

To add the dependency to your `build.gradle` (for Gradle projects) or `pom.xml` (for Maven projects), use the following configuration:

For Gradle projects:

```
implementation 'org.docstr:canvas-text:1.0.0'
```

For Maven projects:

```
<dependency>
<groupId>org.docstr</groupId>
<artifactId>canvas-text</artifactId>
<version>1.0.0</version>
</dependency>
```

## Options

![](./doc/canvas.jpg)
Expand Down

0 comments on commit d5c8ac9

Please # to comment.