License |
License |
---|---|
GroupId | GroupIdcom.newrelic.experts |
ArtifactId | ArtifactIdinfra_publish |
Version | Version2.3.2 |
Type | Typejar |
Description |
Descriptioninfra publish sdk
This SDK is used to build Java Integration Services for New Relic Infrastructure. The integrations built with this SDK are invoked by a generic infrastructure plugin- plugin-exec (https://github.com/newrelic-experts/plugin-exec/releases)
|
Project URL |
Project URL |
Filename | Size |
---|---|
infra_publish-2.3.2.pom | |
infra_publish-2.3.2.jar | 32 KB |
infra_publish-2.3.2-sources.jar | 16 KB |
infra_publish-2.3.2-javadoc.jar | 507 KB |
infra_publish-2.3.2-jar-with-dependencies.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.newrelic.experts/infra_publish/ -->
<dependency>
<groupId>com.newrelic.experts</groupId>
<artifactId>infra_publish</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.experts/infra_publish/
implementation 'com.newrelic.experts:infra_publish:2.3.2'
// https://jarcasting.com/artifacts/com.newrelic.experts/infra_publish/
implementation ("com.newrelic.experts:infra_publish:2.3.2")
'com.newrelic.experts:infra_publish:jar:2.3.2'
<dependency org="com.newrelic.experts" name="infra_publish" rev="2.3.2">
<artifact name="infra_publish" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.experts', module='infra_publish', version='2.3.2')
)
libraryDependencies += "com.newrelic.experts" % "infra_publish" % "2.3.2"
[com.newrelic.experts/infra_publish "2.3.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.xml.bind : jaxb-api | jar | 2.3.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.7.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.newrelic.experts : insights_client | jar | 1.0.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |