GroupId | GroupIdnl.meandi.apns.example |
---|---|
ArtifactId | ArtifactIdapns-example |
Version | Version0.17 |
Type | Typepom |
Filename | Size |
---|---|
apns-example-0.17.pom | 897 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/nl.meandi.apns.example/apns-example/ -->
<dependency>
<groupId>nl.meandi.apns.example</groupId>
<artifactId>apns-example</artifactId>
<version>0.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.meandi.apns.example/apns-example/
implementation 'nl.meandi.apns.example:apns-example:0.17'
// https://jarcasting.com/artifacts/nl.meandi.apns.example/apns-example/
implementation ("nl.meandi.apns.example:apns-example:0.17")
'nl.meandi.apns.example:apns-example:pom:0.17'
<dependency org="nl.meandi.apns.example" name="apns-example" rev="0.17">
<artifact name="apns-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.meandi.apns.example', module='apns-example', version='0.17')
)
libraryDependencies += "nl.meandi.apns.example" % "apns-example" % "0.17"
[nl.meandi.apns.example/apns-example "0.17"]