is not current version
Last Version 1.2.1

org.trailsframework.examples:recipe 1.1


GroupId

GroupId

org.trailsframework.examples
ArtifactId

ArtifactId

recipe
Version

Version

1.1
Type

Type

war

Download recipe 1.1


<!-- https://jarcasting.com/artifacts/org.trailsframework.examples/recipe/ -->
<dependency>
    <groupId>org.trailsframework.examples</groupId>
    <artifactId>recipe</artifactId>
    <version>1.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.trailsframework.examples/recipe/
implementation 'org.trailsframework.examples:recipe:1.1'
// https://jarcasting.com/artifacts/org.trailsframework.examples/recipe/
implementation ("org.trailsframework.examples:recipe:1.1")
'org.trailsframework.examples:recipe:war:1.1'
<dependency org="org.trailsframework.examples" name="recipe" rev="1.1">
  <artifact name="recipe" type="war" />
</dependency>
@Grapes(
@Grab(group='org.trailsframework.examples', module='recipe', version='1.1')
)
libraryDependencies += "org.trailsframework.examples" % "recipe" % "1.1"
[org.trailsframework.examples/recipe "1.1"]