parsec-web-utils

The Parsec Libraries provides for web service build.

Лицензия

Лицензия

Группа

Группа

com.yahoo.parsec
Идентификатор

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

parsec-utils
Последняя версия

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

1.0.19-RC2
Дата

Дата

Тип

Тип

jar
Описание

Описание

parsec-web-utils
The Parsec Libraries provides for web service build.
Ссылка на сайт

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

https://github.com/yahoo/parsec-libraries
Система контроля версий

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

https://github.com/yahoo/parsec-libraries/

Скачать parsec-utils

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Parsec Libraries and Utilities Build Status

In addition to the core packages of Parsec, Parsec also provides additional supporting libraries and utilities that altogether help reducing more effort in building web services. Below are the libraries available:

Parsec Validation (Input Validation) Download

The Parsec Validation library defines standard method for input validation in a Parsec Java web applications. It also supports the web applications' requirement to validate user input depending on your business logic.

Parsec Constraint Validators Download

The constraint validators library contains a list of useful annotations that can be used when building your web application.

Parsec Config Download

The Parsec Config library lets you set configurations based on different environment, or profile, such as alpha, beta or production. It allows you to introduce a set of standardized/best practice configuration definition for your Java web application.

Parsec Client Download

The Parsec Config library provides an async HTTP client, that supports additional useful features.

Parsec Logging Download

The parsec logging library provides a simple LogUtil class that generates logs in Splunk logging format.

Parsec Web Utils Download

The parsec web utils provides HttpServletRequest/HttpServletResponse wrapper could intercept request and response body, and provide servlet filter for logging http request and response.

License

Copyright 2016, Yahoo Inc. Copyrights licensed under the Apache 2.0 License. See the accompanying LICENSE file for terms.

com.yahoo.parsec

Yahoo

Yahoo is a Verizon Media brand. This organization is the home to many of the active open source projects published by engineers at Yahoo and Verizon Media.

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

Версия
1.0.19-RC2