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