License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdca.derekcormier.recipe |
ArtifactId | ArtifactIdrecipe-generator |
Version | Version0.4.0 |
Type | Typejar |
Description |
DescriptionRecipe Generator
Generates ingredients and implementation hooks for the Recipe framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/ca.derekcormier.recipe/recipe-generator/ -->
<dependency>
<groupId>ca.derekcormier.recipe</groupId>
<artifactId>recipe-generator</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/ca.derekcormier.recipe/recipe-generator/
implementation 'ca.derekcormier.recipe:recipe-generator:0.4.0'
// https://jarcasting.com/artifacts/ca.derekcormier.recipe/recipe-generator/
implementation ("ca.derekcormier.recipe:recipe-generator:0.4.0")
'ca.derekcormier.recipe:recipe-generator:jar:0.4.0'
<dependency org="ca.derekcormier.recipe" name="recipe-generator" rev="0.4.0">
<artifact name="recipe-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.derekcormier.recipe', module='recipe-generator', version='0.4.0')
)
libraryDependencies += "ca.derekcormier.recipe" % "recipe-generator" % "0.4.0"
[ca.derekcormier.recipe/recipe-generator "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
args4j : args4j | jar | 2.33 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.10.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
com.google.googlejavaformat : google-java-format | jar | 1.7 |
nl.big-o : liqp | jar | 0.7.9 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 28.1-jre |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.2.4 |