| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.peachjean.modularwebapp |
| Идентификатор | Идентификаторmodularwebapp |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеModular Webapp
This is a simple library that makes launching an application
using Guice and embedded jetty simple and straightforward.
|
| Имя Файла | Размер |
|---|---|
| modularwebapp-1.0.0.pom | |
| modularwebapp-1.0.0.jar | 8 KB |
| modularwebapp-1.0.0-sources.jar | 3 KB |
| modularwebapp-1.0.0-javadoc.jar | 30 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |