diff --git a/README.md b/README.md index 8b0bcbc2..1a2127a9 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,43 @@ If you're using the Log4j 2, Simple Logging Facade for Java (SLF4J), or Logback * For more about about Splunk in general, see [Splunk>Docs](http://docs.splunk.com/Documentation/Splunk). +## Dependency Management + +The `splunk-library-javalogging` artifact can be accessed via Splunk's managed Maven repoitory. + +### Apache Maven + +First define the repository as follows + +```xml +... + + + splunk-artifactory + Splunk Releases + https://splunk.jfrog.io/splunk/ext-releases-local + + +... +``` + +... then reference the dependency as follows + +```xml +... + + + com.splunk.logging + splunk-library-javalogging + ${latest.version} + + ... + +... +``` + +The above can be adapted to suit Other dependency management implementations as necessary. + ## License Splunk logging for Java is licensed under the Apache License 2.0.