GroupId | GroupIdcom.gluonhq |
---|---|
ArtifactId | ArtifactIdcharm-down-plugin-pictures |
Version | Version3.4.1 |
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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gluonhq/charm-down-plugin-pictures/
implementation 'com.gluonhq:charm-down-plugin-pictures:3.4.1'
// https://jarcasting.com/artifacts/com.gluonhq/charm-down-plugin-pictures/
implementation ("com.gluonhq:charm-down-plugin-pictures:3.4.1")
'com.gluonhq:charm-down-plugin-pictures:jar:3.4.1'
<dependency org="com.gluonhq" name="charm-down-plugin-pictures" rev="3.4.1">
<artifact name="charm-down-plugin-pictures" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gluonhq', module='charm-down-plugin-pictures', version='3.4.1')
)
libraryDependencies += "com.gluonhq" % "charm-down-plugin-pictures" % "3.4.1"
[com.gluonhq/charm-down-plugin-pictures "3.4.1"]