| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.fiestacabin.model |
| Идентификатор | Идентификаторmodel-validator |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеModel Entity Validation Framework
A light-weight validation framework for Java; meant to be useful for a web service
wanting to return a rich response containing general validation failures as well
as specific field names which have failed validation.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| model-validator-0.0.2.pom | |
| model-validator-0.0.2.jar | 11 KB |
| model-validator-0.0.2-sources.jar | 5 KB |
| model-validator-0.0.2-javadoc.jar | 58 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fiestacabin.model/model-validator/ -->
<dependency>
<groupId>com.fiestacabin.model</groupId>
<artifactId>model-validator</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fiestacabin.model/model-validator/
implementation 'com.fiestacabin.model:model-validator:0.0.2'
// https://jarcasting.com/artifacts/com.fiestacabin.model/model-validator/
implementation ("com.fiestacabin.model:model-validator:0.0.2")
'com.fiestacabin.model:model-validator:jar:0.0.2'
<dependency org="com.fiestacabin.model" name="model-validator" rev="0.0.2">
<artifact name="model-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fiestacabin.model', module='model-validator', version='0.0.2')
)
libraryDependencies += "com.fiestacabin.model" % "model-validator" % "0.0.2"
[com.fiestacabin.model/model-validator "0.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.6 |
| com.google.guava : guava | jar | 13.0.1 |
| com.google.inject : guice | jar | 3.0 |
| org.reflections : reflections | jar | 0.9.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.jersey : jersey-core | jar | 1.15 |
| com.sun.jersey : jersey-server | jar | 1.15 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit-dep | jar | 4.10 |
| org.hamcrest : hamcrest-core | jar | 1.2.1 |
| org.hamcrest : hamcrest-integration | jar | 1.2.1 |
| org.mockito : mockito-all | jar | 1.9.0 |