GroupId | GroupIdcom.github.veithen.visualwas.thirdparty |
---|---|
ArtifactId | ArtifactIdvisualvm |
Version | Version2.1.0 |
Type | Typepom |
Filename | Size |
---|---|
visualvm-2.1.0.pom | |
visualvm-2.1.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>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.visualwas.thirdparty/visualvm/
implementation 'com.github.veithen.visualwas.thirdparty:visualvm:2.1.0'
// https://jarcasting.com/artifacts/com.github.veithen.visualwas.thirdparty/visualvm/
implementation ("com.github.veithen.visualwas.thirdparty:visualvm:2.1.0")
'com.github.veithen.visualwas.thirdparty:visualvm:pom:2.1.0'
<dependency org="com.github.veithen.visualwas.thirdparty" name="visualvm" rev="2.1.0">
<artifact name="visualvm" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.visualwas.thirdparty', module='visualvm', version='2.1.0')
)
libraryDependencies += "com.github.veithen.visualwas.thirdparty" % "visualvm" % "2.1.0"
[com.github.veithen.visualwas.thirdparty/visualvm "2.1.0"]