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