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