Skip to content

Commit

Permalink
README: how to use from Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ePaul committed Aug 22, 2023
1 parent 81cb35c commit c27d4bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ If you are using Maven, include the library in your `pom.xml`:
</dependency>
```

In Gradle, it's just one line:

```groovy
implementation "org.zalando:nakadi-producer-spring-boot-starter:${nakadiProducerVersion}"
```

The latest available version is visible in the Maven central badge at the top of this README.

The library uses Flyway migrations to set up its own database schema `nakadi_events`.
Expand Down

0 comments on commit c27d4bb

Please sign in to comment.