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