GroupId | GroupIdorg.trailsframework.examples |
---|---|
ArtifactId | ArtifactIdrecipe |
Version | Version1.0 |
Type | Typewar |
Filename | Size |
---|---|
recipe-1.0.pom | |
recipe-1.0.war | 11 MB |
recipe-1.0-sources.jar | 14 KB |
recipe-1.0-javadoc.jar | 30 KB |
Browse |
<!-- 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"]