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