File tree 2 files changed +5
-7
lines changed 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,19 @@ If you are using maven simply add the messagebird API to your dependencies like
29
29
<dependency>
30
30
<groupId>com.messagebird</groupId>
31
31
<artifactId>messagebird-api</artifactId>
32
- <version>1.3.2 </version>
32
+ <version>2.0.0 </version>
33
33
</dependency>
34
34
```
35
35
36
36
In case you are building without maven you still need maven to build the libraries but
37
37
then simply copy the following jar's over to your project
38
38
39
39
```
40
- messagebird-api-1.3.3 .jar
40
+ messagebird-api-2.0.0 .jar
41
41
jackson-core-2.9.0.jar
42
- jackson-databind-2.1.1.jar
43
- jackson-mapper-asl-1.9.13.jar
44
- jackson-core-asl-1.9.13.jar
42
+ jackson-databind-2.9.0.jar
43
+ jackson-dataformat-csv-2.9.0.jar
45
44
jackson-annotations-2.1.1.jar
46
- jackson-dataformat-csv-2.1.1.jar
47
45
```
48
46
49
47
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >com.messagebird</groupId >
22
22
<artifactId >messagebird-api</artifactId >
23
- <version >1.3.2 </version >
23
+ <version >2.0.0 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
You can’t perform that action at this time.
0 commit comments