File tree 3 files changed +9
-3
lines changed
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:
23
23
** Gradle** :
24
24
25
25
``` groovy
26
- compile 'io.appulse.encon.java :encon-config:1.6.2'
26
+ compile 'io.appulse.encon:encon-config:1.6.2'
27
27
```
28
28
29
29
### File based configuration
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ First of all, add databind's dependency:
11
11
``` xml
12
12
<dependencies >
13
13
...
14
+ <dependency >
15
+ <groupId >io.appulse.encon</groupId >
16
+ <artifactId >encon</artifactId >
17
+ <version >1.6.2</version >
18
+ </dependency >
14
19
<dependency >
15
20
<groupId >io.appulse.encon</groupId >
16
21
<artifactId >encon-databind</artifactId >
@@ -23,7 +28,8 @@ First of all, add databind's dependency:
23
28
** Gradle** :
24
29
25
30
``` 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'
27
33
```
28
34
29
35
Let'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:
23
23
** Gradle** :
24
24
25
25
``` groovy
26
- compile 'io.appulse.encon.java :encon-handler:1.6.2'
26
+ compile 'io.appulse.encon:encon-handler:1.6.2'
27
27
```
28
28
29
29
### Basics
You can’t perform that action at this time.
0 commit comments