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