Juzu Extension Examples

Various extension examples

License

License

GroupId

GroupId

org.juzu
ArtifactId

ArtifactId

juzu-doc-extension-examples
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Juzu Extension Examples
Various extension examples
Project Organization

Project Organization

eXo Platform SAS

Download juzu-doc-extension-examples

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.juzu : juzu-core jar 1.2.0
com.codahale.metrics : metrics-core jar 3.0.2

provided (1)

Group / Artifact Type Version
javax.inject : javax.inject jar 1

test (4)

Group / Artifact Type Version
junit : junit jar 4.10
javax.servlet : javax.servlet-api jar 3.0.1
com.google.inject : guice jar 3.0
org.juzu : juzu-core test-jar 1.2.0

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
1.2.0
1.2.0-RC01
1.2.0-M06
1.2.0-M05
1.2.0-M04
1.2.0-M03
1.2.0-M02
1.2.0-M01
1.1.3
1.1.2
1.1.1
1.1.1-RC01
1.1.1-M01
1.1.0
1.1.0-M1
1.0.0
1.0.0-cr2
1.0.0-cr1