Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rocel committed Nov 27, 2017
1 parent 402ddd2 commit 2415199
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# KSD
_KSD offers a debug UI for Kafka Streams_

## Import
Add the repository :
```
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```

Add to your _pom.xml_
```
<dependency>
<groupId>com.rocel</groupId>
<artifactId>ksd</artifactId>
<version>0.1.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.rocel</groupId>
<artifactId>ksd</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 2415199

Please sign in to comment.