| License | License | 
|---|---|
| Categories | CategoriesJava Languages | 
| GroupId | GroupIdorg.openjdk.jmc | 
| ArtifactId | ArtifactIdjdp | 
| Last Version | Last Version8.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJDK Mission Control is an advanced set of tools that enables
		efficient and detailed analysis of the extensive of data collected by
		JDK Flight Recorder. The tool chain enables developers and
		administrators to collect and analyze data from Java applications
		running locally or deployed in production environments. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| jdp-8.2.0.pom | |
| jdp-8.2.0.jar | 27 KB | 
| jdp-8.2.0-sources.jar | 34 KB | 
| jdp-8.2.0-javadoc.jar | 91 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.openjdk.jmc/jdp/ -->
<dependency>
    <groupId>org.openjdk.jmc</groupId>
    <artifactId>jdp</artifactId>
    <version>8.2.0</version>
</dependency>// https://jarcasting.com/artifacts/org.openjdk.jmc/jdp/
implementation 'org.openjdk.jmc:jdp:8.2.0'// https://jarcasting.com/artifacts/org.openjdk.jmc/jdp/
implementation ("org.openjdk.jmc:jdp:8.2.0")'org.openjdk.jmc:jdp:jar:8.2.0'<dependency org="org.openjdk.jmc" name="jdp" rev="8.2.0">
  <artifact name="jdp" type="jar" />
</dependency>@Grapes(
@Grab(group='org.openjdk.jmc', module='jdp', version='8.2.0')
)libraryDependencies += "org.openjdk.jmc" % "jdp" % "8.2.0"[org.openjdk.jmc/jdp "8.2.0"]