Jakarta MVC TCK - API

Technology Compatibility Kit for Jakarta MVC

Лицензия

Лицензия

Группа

Группа

jakarta.mvc.tck
Идентификатор

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

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

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

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jakarta MVC TCK - API
Technology Compatibility Kit for Jakarta MVC
Организация-разработчик

Организация-разработчик

Eclipse Foundation

Скачать mvc-tck-api

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jboss.arquillian.junit : arquillian-junit-container jar

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

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

mvc-tck

Technology Compatibility Kit for Jakarta MVC

Build

Run the Maven build for the TCK:

cd <TCK_HOME>
mvn clean install

Run Sample Runner

This is an example for quickly running the TCK against Krazo on GlassFish. For other configurations, refer to the TCK Documentation and Usage Guide.

Download and unpack the latest Glassfish Promoted Build:

https://eclipse-ee4j.github.io/glassfish/download

Start Glassfish:

cd <GLASSFISH_HOME>/glassfish/bin/
./startserv

Now execute the sample runner to run the tests against Eclipse Krazo deployed to Glassfish:

cd <TCK_HOME>/sample/
mvn verify

Of course all the tests should pass. :-)

jakarta.mvc.tck

Eclipse EE4J

The Eclipse EE4J Project

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

Версия
2.0.0
1.1.0