GroupId | GroupIdorg.juzu |
---|---|
ArtifactId | ArtifactIdjuzu-doc-tutorial-examples |
Version | Version0.8.0-beta7 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.juzu/juzu-doc-tutorial-examples/ -->
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-doc-tutorial-examples</artifactId>
<version>0.8.0-beta7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.juzu/juzu-doc-tutorial-examples/
implementation 'org.juzu:juzu-doc-tutorial-examples:0.8.0-beta7'
// https://jarcasting.com/artifacts/org.juzu/juzu-doc-tutorial-examples/
implementation ("org.juzu:juzu-doc-tutorial-examples:0.8.0-beta7")
'org.juzu:juzu-doc-tutorial-examples:war:0.8.0-beta7'
<dependency org="org.juzu" name="juzu-doc-tutorial-examples" rev="0.8.0-beta7">
<artifact name="juzu-doc-tutorial-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.juzu', module='juzu-doc-tutorial-examples', version='0.8.0-beta7')
)
libraryDependencies += "org.juzu" % "juzu-doc-tutorial-examples" % "0.8.0-beta7"
[org.juzu/juzu-doc-tutorial-examples "0.8.0-beta7"]