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