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