GroupId | GroupIdcom.bazaarvoice.ostrich.examples.dictionary |
---|---|
ArtifactId | ArtifactIddictionary-user |
Version | Version1.5.5 |
Type | Typejar |
Filename | Size |
---|---|
dictionary-user-1.5.5.pom | |
dictionary-user-1.5.5.jar | 11 MB |
dictionary-user-1.5.5-sources.jar | 4 KB |
dictionary-user-1.5.5-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.dictionary/dictionary-user/ -->
<dependency>
<groupId>com.bazaarvoice.ostrich.examples.dictionary</groupId>
<artifactId>dictionary-user</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.dictionary/dictionary-user/
implementation 'com.bazaarvoice.ostrich.examples.dictionary:dictionary-user:1.5.5'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.dictionary/dictionary-user/
implementation ("com.bazaarvoice.ostrich.examples.dictionary:dictionary-user:1.5.5")
'com.bazaarvoice.ostrich.examples.dictionary:dictionary-user:jar:1.5.5'
<dependency org="com.bazaarvoice.ostrich.examples.dictionary" name="dictionary-user" rev="1.5.5">
<artifact name="dictionary-user" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich.examples.dictionary', module='dictionary-user', version='1.5.5')
)
libraryDependencies += "com.bazaarvoice.ostrich.examples.dictionary" % "dictionary-user" % "1.5.5"
[com.bazaarvoice.ostrich.examples.dictionary/dictionary-user "1.5.5"]