Files download
File Operation
pinpoint-resin-plugin-2.5.3.jar download
pinpoint-resin-plugin-2.5.3.pom download
pinpoint-resin-plugin-2.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.navercorp.pinpoint</groupId>
  <artifactId>pinpoint-resin-plugin</artifactId>
  <version>2.5.3</version>
</dependency>
Gradle Groovy
implementation 'com.navercorp.pinpoint:pinpoint-resin-plugin:2.5.3'
Gradle Kotlin
implementation("com.navercorp.pinpoint:pinpoint-resin-plugin:2.5.3")
Scala SBT
libraryDependencies += "com.navercorp.pinpoint" % "pinpoint-resin-plugin" % "2.5.3"
Groovy Grape
@Grapes(
  @Grab(group='com.navercorp.pinpoint', module='pinpoint-resin-plugin', version='2.5.3')
)
Apache Ivy
<dependency org="com.navercorp.pinpoint" name="pinpoint-resin-plugin" rev="2.5.3" />
Leiningen
[com.navercorp.pinpoint/pinpoint-resin-plugin "2.5.3"]
Apache Buildr
'com.navercorp.pinpoint:pinpoint-resin-plugin:jar:2.5.3'