Juzu GateIn Overlay

The GateIn war overlay

License

License

GroupId

GroupId

org.juzu
ArtifactId

ArtifactId

juzu-overlay-gatein
Last Version

Last Version

0.4.4
Release Date

Release Date

Type

Type

jar
Description

Description

Juzu GateIn Overlay
The GateIn war overlay
Project Organization

Project Organization

eXo Platform SAS

Download juzu-overlay-gatein

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.juzu : juzu-core Optional jar 0.4.4
org.codehaus.groovy : groovy-all Optional jar 1.7.6
org.jboss.weld : weld-core Optional jar 1.1.4.Final
org.springframework : spring-core Optional jar 3.0.6.RELEASE
org.springframework : spring-beans Optional jar 3.0.6.RELEASE
org.springframework : spring-web Optional jar 3.0.6.RELEASE
org.slf4j : slf4j-api Optional jar 1.5.10
org.slf4j : slf4j-simple Optional jar 1.5.10

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