GroupId | GroupIdcom.gluonhq |
---|---|
ArtifactId | ArtifactIdcharm-down-plugin-device |
Version | Version3.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gluonhq/charm-down-plugin-device/ -->
<dependency>
<groupId>com.gluonhq</groupId>
<artifactId>charm-down-plugin-device</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gluonhq/charm-down-plugin-device/
implementation 'com.gluonhq:charm-down-plugin-device:3.2.0'
// https://jarcasting.com/artifacts/com.gluonhq/charm-down-plugin-device/
implementation ("com.gluonhq:charm-down-plugin-device:3.2.0")
'com.gluonhq:charm-down-plugin-device:jar:3.2.0'
<dependency org="com.gluonhq" name="charm-down-plugin-device" rev="3.2.0">
<artifact name="charm-down-plugin-device" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gluonhq', module='charm-down-plugin-device', version='3.2.0')
)
libraryDependencies += "com.gluonhq" % "charm-down-plugin-device" % "3.2.0"
[com.gluonhq/charm-down-plugin-device "3.2.0"]