From f7362497b5fa68a2af66ce4787947debd1500616 Mon Sep 17 00:00:00 2001 From: Florian Hopf Date: Tue, 30 Dec 2014 18:28:56 +0100 Subject: [PATCH] Added Maven coordinates to README for easy copy and paste use --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8f7fcff..94a98ac 100644 --- a/README.md +++ b/README.md @@ -144,5 +144,14 @@ log4j.appender.RollingLog.layout.UserFields=foo:bar,baz:qux A warning will be logged should you attempt to set values in both places. +# Maven +```xml + + net.logstash.log4j + jsonevent-layout + 1.7 + +``` + # Pull Requests Pull requests are welcome for any and all things - documentation, bug fixes...whatever.