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