JBoss Profiler.
Here is the list of declaration for jboss-profiler-jvmti. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>jboss.profiler.jvmti</groupId> <artifactId>jboss-profiler-jvmti</artifactId> <version>1.0.0.CR5</version> </dependency>
If you think this Maven repository POM file listing for jboss-profiler-jvmti is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:lgpl
URL: http://www.gnu.org/licenses/lgpl.txt.
The following table lists the most popular artifacts which are depending on jboss-profiler-jvmti-1.0.0.CR5. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JBoss | jboss-test 1.1.0.GA Common test support classes | 7 |
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>jboss.profiler.jvmti</groupId> <artifactId>jboss-profiler-jvmti</artifactId> <version>1.0.0.CR5</version> <url>http://www.jboss.com</url> <description>JBoss Profiler</description> <licenses> <license> <name>lgpl</name> <url>http://www.gnu.org/licenses/lgpl.txt</url> </license> </licenses> </project>