| License | License | 
|---|---|
| Categories | CategoriesPinpoint Application Testing & Monitoring Monitoring | 
| GroupId | GroupIdcom.navercorp.pinpoint | 
| ArtifactId | ArtifactIdpinpoint-annotations | 
| Last Version | Last Version2.4.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionpinpoint-annotations Pinpoint APM, Application Performance Management tool for large-scale distributed systems | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/com.navercorp.pinpoint/pinpoint-annotations/ -->
<dependency>
    <groupId>com.navercorp.pinpoint</groupId>
    <artifactId>pinpoint-annotations</artifactId>
    <version>2.4.0</version>
</dependency>// https://jarcasting.com/artifacts/com.navercorp.pinpoint/pinpoint-annotations/
implementation 'com.navercorp.pinpoint:pinpoint-annotations:2.4.0'// https://jarcasting.com/artifacts/com.navercorp.pinpoint/pinpoint-annotations/
implementation ("com.navercorp.pinpoint:pinpoint-annotations:2.4.0")'com.navercorp.pinpoint:pinpoint-annotations:jar:2.4.0'<dependency org="com.navercorp.pinpoint" name="pinpoint-annotations" rev="2.4.0">
  <artifact name="pinpoint-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='com.navercorp.pinpoint', module='pinpoint-annotations', version='2.4.0')
)libraryDependencies += "com.navercorp.pinpoint" % "pinpoint-annotations" % "2.4.0"[com.navercorp.pinpoint/pinpoint-annotations "2.4.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 | 
| org.hamcrest : hamcrest | jar | 2.2 | 
| org.mockito : mockito-core | jar | 2.28.2 |