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