Reporting

splunk.jar in maven2 repo?

cautiousblue
New Member

looking for splunk.jar in maven (and failing)

Tags (1)
0 Karma

Neeraj_Luthra
Splunk Employee
Splunk Employee

For now the Splunk jar is available on spring’s maven repo - http://repo.springsource.org/simple/ext-release-local.

The latest 1.0 release of Splunk SDK for Java can be added as a dependency in your project’s pom as follows:

<dependency>
<groupId>com.splunk</groupId>
<artifactId>splunk</artifactId>
<version>1.0.0</version>
</dependency>

Of course, you will need to add the above repo to your list as well so maven knows where to look for this artifact.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...