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