GroupId | GroupIdcom.bazaarvoice.ostrich |
---|---|
ArtifactId | ArtifactIdostrich-core |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ostrich-core-2.0.1.pom | |
ostrich-core-2.0.1.jar | 103 KB |
ostrich-core-2.0.1-sources.jar | 61 KB |
ostrich-core-2.0.1-shaded-guava.jar | 1 MB |
ostrich-core-2.0.1-javadoc.jar | 341 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-core/ -->
<dependency>
<groupId>com.bazaarvoice.ostrich</groupId>
<artifactId>ostrich-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-core/
implementation 'com.bazaarvoice.ostrich:ostrich-core:2.0.1'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-core/
implementation ("com.bazaarvoice.ostrich:ostrich-core:2.0.1")
'com.bazaarvoice.ostrich:ostrich-core:jar:2.0.1'
<dependency org="com.bazaarvoice.ostrich" name="ostrich-core" rev="2.0.1">
<artifact name="ostrich-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich', module='ostrich-core', version='2.0.1')
)
libraryDependencies += "com.bazaarvoice.ostrich" % "ostrich-core" % "2.0.1"
[com.bazaarvoice.ostrich/ostrich-core "2.0.1"]