Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.newrelic.agent.android |
ArtifactId | ArtifactIdagent-gradle-plugin |
Version | Version5.0.3 |
Type | Typejar |
Filename | Size |
---|---|
agent-gradle-plugin-5.0.3.pom | |
agent-gradle-plugin-5.0.3.jar | 25 KB |
agent-gradle-plugin-5.0.3-sources.jar | 391 bytes |
agent-gradle-plugin-5.0.3-javadoc.jar | 391 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-gradle-plugin/ -->
<dependency>
<groupId>com.newrelic.agent.android</groupId>
<artifactId>agent-gradle-plugin</artifactId>
<version>5.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-gradle-plugin/
implementation 'com.newrelic.agent.android:agent-gradle-plugin:5.0.3'
// https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-gradle-plugin/
implementation ("com.newrelic.agent.android:agent-gradle-plugin:5.0.3")
'com.newrelic.agent.android:agent-gradle-plugin:jar:5.0.3'
<dependency org="com.newrelic.agent.android" name="agent-gradle-plugin" rev="5.0.3">
<artifact name="agent-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.agent.android', module='agent-gradle-plugin', version='5.0.3')
)
libraryDependencies += "com.newrelic.agent.android" % "agent-gradle-plugin" % "5.0.3"
[com.newrelic.agent.android/agent-gradle-plugin "5.0.3"]