GroupId | GroupIdcom.eventflit |
---|---|
ArtifactId | ArtifactIdpushnotifications |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
pushnotifications-0.1.0.pom | |
pushnotifications-0.1.0.aar | 97 KB |
pushnotifications-0.1.0-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eventflit/pushnotifications/ -->
<dependency>
<groupId>com.eventflit</groupId>
<artifactId>pushnotifications</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.eventflit/pushnotifications/
implementation 'com.eventflit:pushnotifications:0.1.0'
// https://jarcasting.com/artifacts/com.eventflit/pushnotifications/
implementation ("com.eventflit:pushnotifications:0.1.0")
'com.eventflit:pushnotifications:aar:0.1.0'
<dependency org="com.eventflit" name="pushnotifications" rev="0.1.0">
<artifact name="pushnotifications" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.eventflit', module='pushnotifications', version='0.1.0')
)
libraryDependencies += "com.eventflit" % "pushnotifications" % "0.1.0"
[com.eventflit/pushnotifications "0.1.0"]