License |
License
GNU General Public License (GPL) version 3.0
|
---|---|
GroupId | GroupIdcom.github.veithen.visualwas.thirdparty |
ArtifactId | ArtifactIdvisualvm |
Version | Version4.0.0 |
Type | Typepom |
Description |
DescriptionOpen Source implementation of the WebSphere SOAP JMX protocol
|
Project URL |
Project URL |
Filename | Size |
---|---|
visualvm-4.0.0.pom | |
visualvm-4.0.0.zip | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.visualwas.thirdparty/visualvm/ -->
<dependency>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>visualvm</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.visualwas.thirdparty/visualvm/
implementation 'com.github.veithen.visualwas.thirdparty:visualvm:4.0.0'
// https://jarcasting.com/artifacts/com.github.veithen.visualwas.thirdparty/visualvm/
implementation ("com.github.veithen.visualwas.thirdparty:visualvm:4.0.0")
'com.github.veithen.visualwas.thirdparty:visualvm:pom:4.0.0'
<dependency org="com.github.veithen.visualwas.thirdparty" name="visualvm" rev="4.0.0">
<artifact name="visualvm" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.visualwas.thirdparty', module='visualvm', version='4.0.0')
)
libraryDependencies += "com.github.veithen.visualwas.thirdparty" % "visualvm" % "4.0.0"
[com.github.veithen.visualwas.thirdparty/visualvm "4.0.0"]