GroupId | GroupIdcom.github.veithen.visualwas.thirdparty |
---|---|
ArtifactId | ArtifactIdcom.sun.tools.visualvm.application |
Version | Version1.0.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>1.0.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:1.0.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:1.0.0")
'com.github.veithen.visualwas.thirdparty:com.sun.tools.visualvm.application:pom:1.0.0'
<dependency org="com.github.veithen.visualwas.thirdparty" name="com.sun.tools.visualvm.application" rev="1.0.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='1.0.0')
)
libraryDependencies += "com.github.veithen.visualwas.thirdparty" % "com.sun.tools.visualvm.application" % "1.0.0"
[com.github.veithen.visualwas.thirdparty/com.sun.tools.visualvm.application "1.0.0"]