Skip to content

Commit f2b8e64

Browse files
Artem LabazinArtem Labazin
Artem Labazin
authored and
Artem Labazin
committed
Correct docs
1 parent 1c8f32a commit f2b8e64

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

encon-config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ First of all, add config's dependency:
2323
**Gradle**:
2424

2525
```groovy
26-
compile 'io.appulse.encon.java:encon-config:1.6.2'
26+
compile 'io.appulse.encon:encon-config:1.6.2'
2727
```
2828

2929
### File based configuration

encon-databind/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ First of all, add databind's dependency:
1111
```xml
1212
<dependencies>
1313
...
14+
<dependency>
15+
<groupId>io.appulse.encon</groupId>
16+
<artifactId>encon</artifactId>
17+
<version>1.6.2</version>
18+
</dependency>
1419
<dependency>
1520
<groupId>io.appulse.encon</groupId>
1621
<artifactId>encon-databind</artifactId>
@@ -23,7 +28,8 @@ First of all, add databind's dependency:
2328
**Gradle**:
2429

2530
```groovy
26-
compile 'io.appulse.encon.java:encon-databind:1.6.2'
31+
compile 'io.appulse.encon:encon:1.6.2'
32+
compile 'io.appulse.encon:encon-databind:1.6.2'
2733
```
2834

2935
Let's imagine, you have POJO like this:

encon-handler/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ First of all, add dependency:
2323
**Gradle**:
2424

2525
```groovy
26-
compile 'io.appulse.encon.java:encon-handler:1.6.2'
26+
compile 'io.appulse.encon:encon-handler:1.6.2'
2727
```
2828

2929
### Basics

0 commit comments

Comments
 (0)