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