is not current version
Last Version 1.2.1

org.trailsframework.examples:recipe 1.0


GroupId

GroupId

org.trailsframework.examples
ArtifactId

ArtifactId

recipe
Version

Version

1.0
Type

Type

war

Download recipe 1.0


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