GroupId | GroupIdorg.trailsframework.examples |
---|---|
ArtifactId | ArtifactIdrecipe |
Version | Version1.2 |
Type | Typewar |
Filename | Size |
---|---|
recipe-1.2.pom | |
recipe-1.2.war | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.trailsframework.examples/recipe/ -->
<dependency>
<groupId>org.trailsframework.examples</groupId>
<artifactId>recipe</artifactId>
<version>1.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.trailsframework.examples/recipe/
implementation 'org.trailsframework.examples:recipe:1.2'
// https://jarcasting.com/artifacts/org.trailsframework.examples/recipe/
implementation ("org.trailsframework.examples:recipe:1.2")
'org.trailsframework.examples:recipe:war:1.2'
<dependency org="org.trailsframework.examples" name="recipe" rev="1.2">
<artifact name="recipe" type="war" />
</dependency>
@Grapes(
@Grab(group='org.trailsframework.examples', module='recipe', version='1.2')
)
libraryDependencies += "org.trailsframework.examples" % "recipe" % "1.2"
[org.trailsframework.examples/recipe "1.2"]