Juzu Liferay Overlay

The Liferay war overlay

License

License

GroupId

GroupId

org.juzu
ArtifactId

ArtifactId

juzu-overlay-liferay
Last Version

Last Version

0.4.4
Release Date

Release Date

Type

Type

jar
Description

Description

Juzu Liferay Overlay
The Liferay war overlay
Project Organization

Project Organization

eXo Platform SAS

Download juzu-overlay-liferay

How to add to project

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

Dependencies

compile (9)

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
commons-logging : commons-logging Optional jar 1.1.1
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