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