diff --git a/README.md b/README.md
index 0841edb..9c8ed69 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,40 @@ Available implementations :
## Usage
+### From JCenter
+
+Library releases are available on Jcenter
+
+**Gradle**
+
+```groovy
+compile 'com.smartnsoft:log4j:1.1'
+compile 'com.smartnsoft:logentries:4.4.1.3'
+compile 'com.smartnsoft:logmatic:0.1.1'
+```
+
+**Maven**
+
+```xml
+
+ com.smartnsoft
+ log4j
+ 1.1
+ aar
+
+
+ com.smartnsoft
+ logentries
+ 4.4.1.3
+ aar
+
+
+ com.smartnsoft
+ logmatic
+ 0.1.1
+ aar
+
+```
### As Library Project
Check out this repository and add it as a library project.