We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7ede30 + 648980a commit 03f5762Copy full SHA for 03f5762
1 file changed
README.md
@@ -300,9 +300,14 @@ When you use `EventSQLConsumers.startBatchConsumer` you have to do the wrapping
300
301
Maven:
302
```
303
-TODO: publish it
+<dependency>
304
+ <groupId>com.binaryigor</groupId>
305
+ <artifactId>eventsql</artifactId>
306
+ <version>0.0.1</version>
307
+</dependency>
308
309
Gradle:
310
311
+implementation 'com.binaryigor:eventsql:0.0.1'
312
+implementation("com.binaryigor:eventsql:0.0.1")
313
0 commit comments