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