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