| GroupId | GroupIdorg.crowdnotifier |
|---|---|
| ArtifactId | ArtifactIdcrowdnotifier-sdk-android |
| Version | Version3.0 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/org.crowdnotifier/crowdnotifier-sdk-android/ -->
<dependency>
<groupId>org.crowdnotifier</groupId>
<artifactId>crowdnotifier-sdk-android</artifactId>
<version>3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.crowdnotifier/crowdnotifier-sdk-android/
implementation 'org.crowdnotifier:crowdnotifier-sdk-android:3.0'
// https://jarcasting.com/artifacts/org.crowdnotifier/crowdnotifier-sdk-android/
implementation ("org.crowdnotifier:crowdnotifier-sdk-android:3.0")
'org.crowdnotifier:crowdnotifier-sdk-android:aar:3.0'
<dependency org="org.crowdnotifier" name="crowdnotifier-sdk-android" rev="3.0">
<artifact name="crowdnotifier-sdk-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.crowdnotifier', module='crowdnotifier-sdk-android', version='3.0')
)
libraryDependencies += "org.crowdnotifier" % "crowdnotifier-sdk-android" % "3.0"
[org.crowdnotifier/crowdnotifier-sdk-android "3.0"]