Juzu Builder

The Juzu Builder

License

License

GroupId

GroupId

org.juzu
ArtifactId

ArtifactId

juzu-builder
Last Version

Last Version

0.6.0-beta1
Release Date

Release Date

Type

Type

jar
Description

Description

Juzu Builder
The Juzu Builder
Project Organization

Project Organization

eXo Platform SAS

Download juzu-builder

How to add to project

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

Dependencies

compile (16)

Group / Artifact Type Version
javax.portlet : portlet-api jar 2.0
org.juzu : juzu-core jar 0.6.0-beta1
org.codehaus.groovy : groovy-all jar 1.7.6
com.google.guava : guava jar 12.0
com.google.inject : guice jar 3.0
org.jboss.weld : weld-core jar 1.1.8.Final
org.javassist : javassist jar 3.14.0-GA
org.springframework : spring-core jar 3.1.1.RELEASE
org.springframework : spring-beans jar 3.1.1.RELEASE
org.springframework : spring-web jar 3.1.1.RELEASE
javax.inject : javax.inject jar 1
commons-logging : commons-logging jar 1.1.1
org.slf4j : slf4j-api jar 1.5.10
org.slf4j : slf4j-simple jar 1.5.10
org.slf4j : slf4j-ext jar 1.5.10
ch.qos.cal10n : cal10n-api jar 0.7.2

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.6.0-beta1
0.5.3
0.5.2
0.5.1
0.5.0