GroupId | GroupIdcom.rudderstack.android.integration |
---|---|
ArtifactId | ArtifactIdbraze |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
braze-1.0.3.pom | |
braze-1.0.3-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rudderstack.android.integration/braze/ -->
<dependency>
<groupId>com.rudderstack.android.integration</groupId>
<artifactId>braze</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rudderstack.android.integration/braze/
implementation 'com.rudderstack.android.integration:braze:1.0.3'
// https://jarcasting.com/artifacts/com.rudderstack.android.integration/braze/
implementation ("com.rudderstack.android.integration:braze:1.0.3")
'com.rudderstack.android.integration:braze:aar:1.0.3'
<dependency org="com.rudderstack.android.integration" name="braze" rev="1.0.3">
<artifact name="braze" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rudderstack.android.integration', module='braze', version='1.0.3')
)
libraryDependencies += "com.rudderstack.android.integration" % "braze" % "1.0.3"
[com.rudderstack.android.integration/braze "1.0.3"]