GroupId | GroupIdco.fingerprintsoft |
---|---|
ArtifactId | ArtifactIdnotification-apns |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
notification-apns-2.2.1.pom | |
notification-apns-2.2.1.jar | 8 KB |
notification-apns-2.2.1-sources.jar | 5 KB |
notification-apns-2.2.1-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.fingerprintsoft/notification-apns/ -->
<dependency>
<groupId>co.fingerprintsoft</groupId>
<artifactId>notification-apns</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.fingerprintsoft/notification-apns/
implementation 'co.fingerprintsoft:notification-apns:2.2.1'
// https://jarcasting.com/artifacts/co.fingerprintsoft/notification-apns/
implementation ("co.fingerprintsoft:notification-apns:2.2.1")
'co.fingerprintsoft:notification-apns:jar:2.2.1'
<dependency org="co.fingerprintsoft" name="notification-apns" rev="2.2.1">
<artifact name="notification-apns" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.fingerprintsoft', module='notification-apns', version='2.2.1')
)
libraryDependencies += "co.fingerprintsoft" % "notification-apns" % "2.2.1"
[co.fingerprintsoft/notification-apns "2.2.1"]