JSR-303 TCK


Лицензия

Лицензия

Категории

Категории

Hibernate Данные ORM
Группа

Группа

org.hibernate.jsr303.tck
Идентификатор

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

jsr303-tck
Последняя версия

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

1.0.8.GA
Дата

Дата

Тип

Тип

jar
Описание

Описание

JSR-303 TCK
JSR-303 TCK
Ссылка на сайт

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

http://validator.hibernate.org
Система контроля версий

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

http://github.com/beanvalidation/beanvalidation-tck

Скачать jsr303-tck

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 5.8
javax.validation : validation-api jar 1.0.0.GA
org.jboss.test-audit : jboss-test-audit-api jar 1.0.0
org.jboss.test-harness » jboss-test-harness-api jar 1.1.0-CR9
org.jboss.test-harness » jboss-test-harness jar 1.1.0-CR9

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

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

Jakarta Bean Validation TCK

Version: 2.0.5 - 05-08-2019

This repository contains the Jakarta Bean Validation 3.0 TCK.

Build from Source

You can build the TCK from source by cloning the git repository https://github.com/eclipse-ee4j/beanvalidation-tck.git. You will also need a JDK 8 and Maven 3. With these prerequisites in place you can compile the source via:

mvn clean install

After successful execution you can find the full distribution bundles in distribution/target. To inspect the different test artifacts and the TCK coverage report refer to tests/target/artifacts and tests/target/coverage-report respectively.

Documentation

The documentation for the TCK is included in the docs directory of the distribution package or viewable online.

If you are looking at a quick start for testing your Jakarta Bean Validation provider implementation against this TCK have a look at the setup-examples directory. It contains a setup example for Ant and Maven.

Release Notes

The release notes for this release can be found here.

Issue tracking

The Jakarta Bean Validation TCK issue tracker is hosted on GitHub.

org.hibernate.jsr303.tck

Bean Validation

API, specification, TCK and website of the Bean Validation spec (currently migrated to the Jakarta EE umbrella)

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

Версия
1.0.8.GA
1.0.7.GA
1.0.6.GA
1.0.5.GA
1.0.5.Beta1
1.0.4.GA
1.0.3.GA
1.0.2.GA
1.0.1.GA
1.0.0.GA
1.0.0.Alpha6
1.0.0.Alpha5
1.0.0.Alpha4
1.0.0.Alpha3
1.0.0.Alpha2
1.0.0.Alpha1