Juzu Tutorial Examples

Various tutorial examples

License

License

GroupId

GroupId

org.juzu
ArtifactId

ArtifactId

juzu-tutorial-examples
Last Version

Last Version

0.4.4
Release Date

Release Date

Type

Type

jar
Description

Description

Juzu Tutorial Examples
Various tutorial examples
Project Organization

Project Organization

eXo Platform SAS

Download juzu-tutorial-examples

How to add to project

<!-- https://jarcasting.com/artifacts/org.juzu/juzu-tutorial-examples/ -->
<dependency>
    <groupId>org.juzu</groupId>
    <artifactId>juzu-tutorial-examples</artifactId>
    <version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.juzu/juzu-tutorial-examples/
implementation 'org.juzu:juzu-tutorial-examples:0.4.4'
// https://jarcasting.com/artifacts/org.juzu/juzu-tutorial-examples/
implementation ("org.juzu:juzu-tutorial-examples:0.4.4")
'org.juzu:juzu-tutorial-examples:jar:0.4.4'
<dependency org="org.juzu" name="juzu-tutorial-examples" rev="0.4.4">
  <artifact name="juzu-tutorial-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.juzu', module='juzu-tutorial-examples', version='0.4.4')
)
libraryDependencies += "org.juzu" % "juzu-tutorial-examples" % "0.4.4"
[org.juzu/juzu-tutorial-examples "0.4.4"]

Dependencies

provided (4)

Group / Artifact Type Version
javax.inject : javax.inject jar 1
org.juzu : juzu-core jar 0.4.4
org.juzu : juzu-overlay-gatein war 0.4.4
org.juzu : juzu-overlay-liferay war 0.4.4

Project Modules

There are no modules declared in this project.

Juzu

Juzu Web is a web framework for developing MVC applications, emphasing on simplicity and type safety.

Website

http://juzuweb.org

Build status

Build Status

Build instructions

Prerequisites

  • Java 1.7
  • Apache Maven 3

Build the project

mvn verify

Build the project and generate tests coverage information (not human readable they are useful to be integrated in another software like SonarQube)

mvn verify -Pcoverage

Build the project and generate tests coverage reports (in target/site/jacoco)

mvn verify -Pcoverage-report
org.juzu

Juzu Repositories

Develop powerful web applications

Versions

Version
0.4.4
0.4.3
0.4.2