webscrew


Лицензия

Лицензия

Группа

Группа

me.geso
Идентификатор

Идентификатор

webscrew
Последняя версия

Последняя версия

0.11.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

webscrew
webscrew
Ссылка на сайт

Ссылка на сайт

http://github.com/tokuhirom/webscrew
Система контроля версий

Система контроля версий

https://github.com/tokuhirom/webscrew/

Скачать webscrew

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.httpcomponents : httpclient jar 4.5.6

provided (2)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.2
javax.servlet : javax.servlet-api jar 3.1.0

test (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
me.geso : mech2 jar 0.3.0
me.geso : servlettester-jetty jar 0.1.0
com.google.guava : guava jar 18.0
org.slf4j : slf4j-simple jar 1.7.7

Модули Проекта

Данный проект не имеет модулей.

webscrew

Build Status javadoc.io

webscrew is a web application toolkit for Java servlet like Plack/Rack.

INSTALLATION

  <dependency>
    <groupId>me.geso</groupId>
    <artifactId>webscrew</artifactId>
    <version>${webscrew.version}</version>
  </dependency>

MOTIVATION

I need a utility libraries for Java servlets.

FEATURES

  • Helper functions for HttpServletRequest.
    • uriFor
    • uriWith
    • getCurrentURI
  • Helper utilities for basic auth.
  • Response objects.

LICENSE

  The MIT License (MIT)
  Copyright © 2014 Tokuhiro Matsuno, http://64p.org/ <tokuhirom@gmail.com>

  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the “Software”), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.

Версии библиотеки

Версия
0.11.1
0.11.0
0.10.0
0.9.0
0.8.0
0.7.11
0.7.10
0.7.9
0.7.7