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