GroupId | GroupIdorg.tpolecat |
---|---|
ArtifactId | ArtifactIdnewrelic_3 |
Version | Version0.0.26 |
Type | Typejar |
Filename | Size |
---|---|
newrelic_3-0.0.26.pom | |
newrelic_3-0.0.26.jar | 32 KB |
newrelic_3-0.0.26-sources.jar | 2 KB |
newrelic_3-0.0.26-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tpolecat/newrelic_3/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>newrelic_3</artifactId>
<version>0.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/newrelic_3/
implementation 'org.tpolecat:newrelic_3:0.0.26'
// https://jarcasting.com/artifacts/org.tpolecat/newrelic_3/
implementation ("org.tpolecat:newrelic_3:0.0.26")
'org.tpolecat:newrelic_3:jar:0.0.26'
<dependency org="org.tpolecat" name="newrelic_3" rev="0.0.26">
<artifact name="newrelic_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='newrelic_3', version='0.0.26')
)
libraryDependencies += "org.tpolecat" % "newrelic_3" % "0.0.26"
[org.tpolecat/newrelic_3 "0.0.26"]