Download insights_client-1.0.0.jar file - Jar i

Jar examples for i:insights-client

Description

a java client library for posting events to New Relic Insights

You can download jar file insights_client 1.0.0 in this page.

License

MIT License

Build File

You can use the following script to add insights_client-1.0.0.jar to your project.

<dependency>
   <groupId>com.newrelic.experts</groupId>
   <artifactId>insights_client</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.newrelic.experts', name: 'insights_client', version: '1.0.0'
libraryDependencies += "com.newrelic.experts" % "insights_client" % "1.0.0"
<dependency org="com.newrelic.experts" name="insights_client" rev="1.0.0"/>
@Grapes(@Grab(group='com.newrelic.experts', module='insights_client', version='1.0.0'))
'com.newrelic.experts:insights_client:jar:1.0.0'

Download

Click the following link to download the jar file.

insights_client-1.0.0-javadoc.jar
insights_client-1.0.0-sources.jar
insights_client-1.0.0.jar
insights_client-1.0.0.pom



Related Tutorials