GroupId | GroupIdru.taskurotta |
---|---|
ArtifactId | ArtifactIdrecipes |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
recipes-0.8.0.pom | |
recipes-0.8.0.jar | 204 KB |
recipes-0.8.0-sources.jar | 138 KB |
recipes-0.8.0-javadoc.jar | 794 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.taskurotta/recipes/ -->
<dependency>
<groupId>ru.taskurotta</groupId>
<artifactId>recipes</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.taskurotta/recipes/
implementation 'ru.taskurotta:recipes:0.8.0'
// https://jarcasting.com/artifacts/ru.taskurotta/recipes/
implementation ("ru.taskurotta:recipes:0.8.0")
'ru.taskurotta:recipes:jar:0.8.0'
<dependency org="ru.taskurotta" name="recipes" rev="0.8.0">
<artifact name="recipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.taskurotta', module='recipes', version='0.8.0')
)
libraryDependencies += "ru.taskurotta" % "recipes" % "0.8.0"
[ru.taskurotta/recipes "0.8.0"]