Juzu Tutorial Aggregator

The tutorial aggregator

License

License

GroupId

GroupId

org.juzu
ArtifactId

ArtifactId

juzu-tutorial-parent
Last Version

Last Version

0.4.4
Release Date

Release Date

Type

Type

pom
Description

Description

Juzu Tutorial Aggregator
The tutorial aggregator
Project Organization

Project Organization

eXo Platform SAS

Download juzu-tutorial-parent

Filename Size
juzu-tutorial-parent-0.4.4.pom 737 bytes
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • examples
  • guide

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