Modular Webapp

This is a simple library that makes launching an application using Guice and embedded jetty simple and straightforward.

License

License

Categories

Categories

Net
GroupId

GroupId

net.peachjean.modularwebapp
ArtifactId

ArtifactId

modularwebapp
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Modular Webapp
This is a simple library that makes launching an application using Guice and embedded jetty simple and straightforward.

Download modularwebapp

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.eclipse.jetty : jetty-webapp jar 7.6.5.v20120716
org.eclipse.jetty : jetty-jmx jar 7.6.5.v20120716
com.google.inject : guice jar 3.0
com.google.inject.extensions : guice-servlet jar 3.0
com.google.guava : guava jar 13.0
commons-cli : commons-cli jar 1.2
org.slf4j : slf4j-api jar 1.6.6

test (6)

Group / Artifact Type Version
junit : junit-dep jar 4.10
org.easymock : easymock jar 3.1
net.peachjean.commons : pjcommons-test jar 0.2
com.jayway.restassured : rest-assured jar 1.6.2
org.hamcrest : hamcrest-all jar 1.3
org.slf4j : slf4j-simple jar 1.6.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0