GroupId | GroupIdcom.bazaarvoice.bvandroidsdk |
---|---|
ArtifactId | ArtifactIdconversations |
Version | Version8.5.2 |
Type | Typeaar |
Filename | Size |
---|---|
conversations-8.5.2.pom | |
conversations-8.5.2.aar | 215 KB |
conversations-8.5.2-sources.jar | 142 KB |
conversations-8.5.2-javadoc.jar | 585 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.bvandroidsdk/conversations/ -->
<dependency>
<groupId>com.bazaarvoice.bvandroidsdk</groupId>
<artifactId>conversations</artifactId>
<version>8.5.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.bvandroidsdk/conversations/
implementation 'com.bazaarvoice.bvandroidsdk:conversations:8.5.2'
// https://jarcasting.com/artifacts/com.bazaarvoice.bvandroidsdk/conversations/
implementation ("com.bazaarvoice.bvandroidsdk:conversations:8.5.2")
'com.bazaarvoice.bvandroidsdk:conversations:aar:8.5.2'
<dependency org="com.bazaarvoice.bvandroidsdk" name="conversations" rev="8.5.2">
<artifact name="conversations" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.bvandroidsdk', module='conversations', version='8.5.2')
)
libraryDependencies += "com.bazaarvoice.bvandroidsdk" % "conversations" % "8.5.2"
[com.bazaarvoice.bvandroidsdk/conversations "8.5.2"]