License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.openjdk.jmc |
ArtifactId | ArtifactIdmissioncontrol.core |
Last Version | Last Version8.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJDK Mission Control Core
JDK 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 URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
missioncontrol.core-8.2.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjdk.jmc/missioncontrol.core/ -->
<dependency>
<groupId>org.openjdk.jmc</groupId>
<artifactId>missioncontrol.core</artifactId>
<version>8.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openjdk.jmc/missioncontrol.core/
implementation 'org.openjdk.jmc:missioncontrol.core:8.2.0'
// https://jarcasting.com/artifacts/org.openjdk.jmc/missioncontrol.core/
implementation ("org.openjdk.jmc:missioncontrol.core:8.2.0")
'org.openjdk.jmc:missioncontrol.core:pom:8.2.0'
<dependency org="org.openjdk.jmc" name="missioncontrol.core" rev="8.2.0">
<artifact name="missioncontrol.core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openjdk.jmc', module='missioncontrol.core', version='8.2.0')
)
libraryDependencies += "org.openjdk.jmc" % "missioncontrol.core" % "8.2.0"
[org.openjdk.jmc/missioncontrol.core "8.2.0"]