GroupId | GroupIdcom.bazaarvoice.ostrich |
---|---|
ArtifactId | ArtifactIdostrich |
Version | Version1.5.5 |
Type | Typepom |
Filename | Size |
---|---|
ostrich-1.5.5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich/ -->
<dependency>
<groupId>com.bazaarvoice.ostrich</groupId>
<artifactId>ostrich</artifactId>
<version>1.5.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich/
implementation 'com.bazaarvoice.ostrich:ostrich:1.5.5'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich/
implementation ("com.bazaarvoice.ostrich:ostrich:1.5.5")
'com.bazaarvoice.ostrich:ostrich:pom:1.5.5'
<dependency org="com.bazaarvoice.ostrich" name="ostrich" rev="1.5.5">
<artifact name="ostrich" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich', module='ostrich', version='1.5.5')
)
libraryDependencies += "com.bazaarvoice.ostrich" % "ostrich" % "1.5.5"
[com.bazaarvoice.ostrich/ostrich "1.5.5"]