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