GroupId | GroupIdcom.rudderstack.android.integration |
---|---|
ArtifactId | ArtifactIdbraze |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
braze-1.0.4.pom | |
braze-1.0.4-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.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rudderstack.android.integration/braze/
implementation 'com.rudderstack.android.integration:braze:1.0.4'
// https://jarcasting.com/artifacts/com.rudderstack.android.integration/braze/
implementation ("com.rudderstack.android.integration:braze:1.0.4")
'com.rudderstack.android.integration:braze:aar:1.0.4'
<dependency org="com.rudderstack.android.integration" name="braze" rev="1.0.4">
<artifact name="braze" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rudderstack.android.integration', module='braze', version='1.0.4')
)
libraryDependencies += "com.rudderstack.android.integration" % "braze" % "1.0.4"
[com.rudderstack.android.integration/braze "1.0.4"]