GroupId | GroupIdcom.github.veithen.visualwas.thirdparty |
---|---|
ArtifactId | ArtifactIdcom.sun.tools.visualvm.application |
Version | Version2.1.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.github.veithen.visualwas.thirdparty/com.sun.tools.visualvm.application/ -->
<dependency>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>com.sun.tools.visualvm.application</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.visualwas.thirdparty/com.sun.tools.visualvm.application/
implementation 'com.github.veithen.visualwas.thirdparty:com.sun.tools.visualvm.application:2.1.0'
// https://jarcasting.com/artifacts/com.github.veithen.visualwas.thirdparty/com.sun.tools.visualvm.application/
implementation ("com.github.veithen.visualwas.thirdparty:com.sun.tools.visualvm.application:2.1.0")
'com.github.veithen.visualwas.thirdparty:com.sun.tools.visualvm.application:pom:2.1.0'
<dependency org="com.github.veithen.visualwas.thirdparty" name="com.sun.tools.visualvm.application" rev="2.1.0">
<artifact name="com.sun.tools.visualvm.application" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.visualwas.thirdparty', module='com.sun.tools.visualvm.application', version='2.1.0')
)
libraryDependencies += "com.github.veithen.visualwas.thirdparty" % "com.sun.tools.visualvm.application" % "2.1.0"
[com.github.veithen.visualwas.thirdparty/com.sun.tools.visualvm.application "2.1.0"]