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