File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2935Let's imagine, you have POJO like this:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments