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