GroupId | GroupIdnl.meandi.apns.example |
---|---|
ArtifactId | ArtifactIdapns-example-notifier |
Version | Version0.19 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/nl.meandi.apns.example/apns-example-notifier/ -->
<dependency>
<groupId>nl.meandi.apns.example</groupId>
<artifactId>apns-example-notifier</artifactId>
<version>0.19</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/nl.meandi.apns.example/apns-example-notifier/
implementation 'nl.meandi.apns.example:apns-example-notifier:0.19'
// https://jarcasting.com/artifacts/nl.meandi.apns.example/apns-example-notifier/
implementation ("nl.meandi.apns.example:apns-example-notifier:0.19")
'nl.meandi.apns.example:apns-example-notifier:war:0.19'
<dependency org="nl.meandi.apns.example" name="apns-example-notifier" rev="0.19">
<artifact name="apns-example-notifier" type="war" />
</dependency>
@Grapes(
@Grab(group='nl.meandi.apns.example', module='apns-example-notifier', version='0.19')
)
libraryDependencies += "nl.meandi.apns.example" % "apns-example-notifier" % "0.19"
[nl.meandi.apns.example/apns-example-notifier "0.19"]