is not current version
Last Version 2.1.0

com.bazaarvoice.ostrich:ostrich-core 1.9.3

Core classes that form Ostrich

GroupId

GroupId

com.bazaarvoice.ostrich
ArtifactId

ArtifactId

ostrich-core
Version

Version

1.9.3
Type

Type

jar

Download ostrich-core 1.9.3


<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-core/ -->
<dependency>
    <groupId>com.bazaarvoice.ostrich</groupId>
    <artifactId>ostrich-core</artifactId>
    <version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-core/
implementation 'com.bazaarvoice.ostrich:ostrich-core:1.9.3'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-core/
implementation ("com.bazaarvoice.ostrich:ostrich-core:1.9.3")
'com.bazaarvoice.ostrich:ostrich-core:jar:1.9.3'
<dependency org="com.bazaarvoice.ostrich" name="ostrich-core" rev="1.9.3">
  <artifact name="ostrich-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich', module='ostrich-core', version='1.9.3')
)
libraryDependencies += "com.bazaarvoice.ostrich" % "ostrich-core" % "1.9.3"
[com.bazaarvoice.ostrich/ostrich-core "1.9.3"]