GroupId | GroupIdcom.bazaarvoice |
---|---|
ArtifactId | ArtifactIdgumshoe |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
gumshoe-1.2.pom | |
gumshoe-1.2.jar | 20 KB |
gumshoe-1.2-sources.jar | 11 KB |
gumshoe-1.2-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice/gumshoe/ -->
<dependency>
<groupId>com.bazaarvoice</groupId>
<artifactId>gumshoe</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice/gumshoe/
implementation 'com.bazaarvoice:gumshoe:1.2'
// https://jarcasting.com/artifacts/com.bazaarvoice/gumshoe/
implementation ("com.bazaarvoice:gumshoe:1.2")
'com.bazaarvoice:gumshoe:jar:1.2'
<dependency org="com.bazaarvoice" name="gumshoe" rev="1.2">
<artifact name="gumshoe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice', module='gumshoe', version='1.2')
)
libraryDependencies += "com.bazaarvoice" % "gumshoe" % "1.2"
[com.bazaarvoice/gumshoe "1.2"]