Skip to content

Commit 03f5762

Browse files
authored
Merge pull request #12 from BinaryIgor/how-to-get-info
Update how-to-get-it-info
2 parents f7ede30 + 648980a commit 03f5762

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,14 @@ When you use `EventSQLConsumers.startBatchConsumer` you have to do the wrapping
300300
301301
Maven:
302302
```
303-
TODO: publish it
303+
<dependency>
304+
<groupId>com.binaryigor</groupId>
305+
<artifactId>eventsql</artifactId>
306+
<version>0.0.1</version>
307+
</dependency>
304308
```
305309
Gradle:
306310
```
307-
TODO: publish it
311+
implementation 'com.binaryigor:eventsql:0.0.1'
312+
implementation("com.binaryigor:eventsql:0.0.1")
308313
```

0 commit comments

Comments
 (0)