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