diff --git a/README.md b/README.md
index 530bd433..62bf2736 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,17 @@ c3p0 is now maintained on [github](https://github.com/swaldman/c3p0).
c3p0 is available as managed dependency on [Sonatype's open-source software repostory](https://oss.sonatype.org/content/repositories/releases/),
under [groupId: com.mchange, artifactId: c3p0]
For available values of version
, look [here](https://oss.sonatype.org/content/repositories/releases/com/mchange/c3p0/).
+### maven
+```shell
+
+
+ com.mchange
+ c3p0
+ 0.9.5.2
+
+
+```
+
You can still find releases at [sourceforge](http://sourceforge.net/projects/c3p0/).
Documentation is available as part of every distribution, as well as [on-line](http://www.mchange.com/projects/c3p0/).