GroupId | GroupIdcom.bazaarvoice.bvandroidsdk |
---|---|
ArtifactId | ArtifactIdconversations |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
conversations-3.2.0.pom | |
conversations-3.2.0.jar | 45 KB |
conversations-3.2.0-sources.jar | 29 KB |
conversations-3.2.0-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.bvandroidsdk/conversations/ -->
<dependency>
<groupId>com.bazaarvoice.bvandroidsdk</groupId>
<artifactId>conversations</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.bvandroidsdk/conversations/
implementation 'com.bazaarvoice.bvandroidsdk:conversations:3.2.0'
// https://jarcasting.com/artifacts/com.bazaarvoice.bvandroidsdk/conversations/
implementation ("com.bazaarvoice.bvandroidsdk:conversations:3.2.0")
'com.bazaarvoice.bvandroidsdk:conversations:jar:3.2.0'
<dependency org="com.bazaarvoice.bvandroidsdk" name="conversations" rev="3.2.0">
<artifact name="conversations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.bvandroidsdk', module='conversations', version='3.2.0')
)
libraryDependencies += "com.bazaarvoice.bvandroidsdk" % "conversations" % "3.2.0"
[com.bazaarvoice.bvandroidsdk/conversations "3.2.0"]