| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.newrelic.experts |
| ArtifactId | ArtifactIdinsights_client |
| Last Version | Last Version1.0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNew Relic insights client java
a java client library for posting events to New Relic Insights
|
| Filename | Size |
|---|---|
| insights_client-1.0.9.pom | |
| insights_client-1.0.9.jar | 12 KB |
| insights_client-1.0.9-sources.jar | 5 KB |
| insights_client-1.0.9-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.newrelic.experts/insights_client/ -->
<dependency>
<groupId>com.newrelic.experts</groupId>
<artifactId>insights_client</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.experts/insights_client/
implementation 'com.newrelic.experts:insights_client:1.0.9'
// https://jarcasting.com/artifacts/com.newrelic.experts/insights_client/
implementation ("com.newrelic.experts:insights_client:1.0.9")
'com.newrelic.experts:insights_client:jar:1.0.9'
<dependency org="com.newrelic.experts" name="insights_client" rev="1.0.9">
<artifact name="insights_client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.experts', module='insights_client', version='1.0.9')
)
libraryDependencies += "com.newrelic.experts" % "insights_client" % "1.0.9"
[com.newrelic.experts/insights_client "1.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.httpcomponents : httpclient | jar | 4.5.6 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.6.7.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| junit : junit | jar | 4.12 |