From 4b97653b782b878d576e7bfd9ffed7d278f545bf Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 11 Mar 2016 03:26:55 +0100 Subject: [PATCH] Updated to have dependencies in maven, included also in readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2cc8f8..623c4f7 100644 --- a/README.md +++ b/README.md @@ -132,12 +132,20 @@ The MessageBus is available from the Maven Central Repository using the followin com.dorkbox MessageBus - 1.9 + 1.12 ``` + +Or if you don't want to use Maven, you can access the files directly here: https://oss.sonatype.org/content/repositories/releases/com/dorkbox/MessageBus/ +https://repo1.maven.org/maven2/org/slf4j/slf4j-api/ +https://repo1.maven.org/maven2/com/lmax/disruptor/ +https://repo1.maven.org/maven2/asm/asm/ + +https://repo1.maven.org/maven2/com/esotericsoftware/kryo/ +https://repo1.maven.org/maven2/com/esotericsoftware/reflectasm/

License