Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.newrelic.agent.android |
ArtifactId | ArtifactIdagent-maven-plugin |
Version | Version5.16.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-maven-plugin/ -->
<dependency>
<groupId>com.newrelic.agent.android</groupId>
<artifactId>agent-maven-plugin</artifactId>
<version>5.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-maven-plugin/
implementation 'com.newrelic.agent.android:agent-maven-plugin:5.16.0'
// https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-maven-plugin/
implementation ("com.newrelic.agent.android:agent-maven-plugin:5.16.0")
'com.newrelic.agent.android:agent-maven-plugin:jar:5.16.0'
<dependency org="com.newrelic.agent.android" name="agent-maven-plugin" rev="5.16.0">
<artifact name="agent-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.agent.android', module='agent-maven-plugin', version='5.16.0')
)
libraryDependencies += "com.newrelic.agent.android" % "agent-maven-plugin" % "5.16.0"
[com.newrelic.agent.android/agent-maven-plugin "5.16.0"]