Skip to content

Commit 9d86838

Browse files
authored
Update README.md
1 parent 34656d0 commit 9d86838

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,30 @@ with improved
2222
new PersistentMetricRegistry();
2323
```
2424

25+
## Maven repository
26+
27+
Maven repository is created using [jitpack.io](https://jitpack.io/). Configure maven using following steps.
28+
29+
### Step 1. Add repository
30+
```xml
31+
<repositories>
32+
<repository>
33+
<id>jitpack.io</id>
34+
<url>https://jitpack.io</url>
35+
</repository>
36+
</repositories>
37+
```
38+
39+
### Step 2. Add the dependency
40+
41+
```xml
42+
<dependency>
43+
<groupId>com.github.wizecore</groupId>
44+
<artifactId>persistent-metrics</artifactId>
45+
<version>0.2</version>
46+
</dependency>
47+
```xml
48+
2549
## Configuring Redis
2650

2751
By default it uses locally installed Redis (default port, i.e. 6379)

0 commit comments

Comments
 (0)