Skip to content

Commit

Permalink
Update README to vers. 1.2.1-alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwe committed Dec 31, 2016
1 parent 09fba75 commit a2a5388
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ bananaj provides an Java wrapper for the MailChimp API 3.0. It is possible acces
# How to use

## Add to your project
BE AWARE THIS IS STILL AN ALPHA VERSION !
This is still in alpha. If you encounter some bugs or issues, please feel free to report them to the [Issues section](https://github.com/alexanderwe/bananaj/issues).

Add this to your pom.xml to use bananaj in your project.
Add this dependency to your pom.xml to use **bananaj** in your project.
```
<dependency>
<groupId>com.github.alexanderwe</groupId>
<artifactId>bananaj</artifactId>
<version>1.1.3-alpha</version>
<groupId>com.github.alexanderwe</groupId>
<artifactId>bananaj</artifactId>
<version>1.2.1-alpha</version>
</dependency>
```

## MailChimpObject class
Most of them are immutable, to prevent asynchronous data between localhost and server.
Most of the model classes extend the MailChimpObject class.They are immutable, to prevent asynchronous data between the client and the MailChimp server.
When you execute methods like `object.changeName("new Name")` the local and server data is updated simultaneously.

Most of the model classes can also be exported to JSON.
Expand Down

0 comments on commit a2a5388

Please sign in to comment.