| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииTestNG Тестирование компонентов |
| Группа | Группаcom.fitbur.test |
| Идентификатор | Идентификаторtest-testng |
| Последняя версия | Последняя версия0.5.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеtest-testng
FitburIO Framework is an open source Java framework that utilizes HK2
dependency injection framework to create resuable components. The
framework's core features can be used by any Java application though
it's more ideal to use it in-conjunction with Jersey 2.0 JAX-RS to
build restful services.
|
| Организация-разработчик |
Организация-разработчикFitbur, Inc. |
| Имя Файла | Размер |
|---|---|
| test-testng-0.5.0.pom | |
| test-testng-0.5.0.jar | 3 KB |
| test-testng-0.5.0-sources.jar | 2 KB |
| test-testng-0.5.0-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fitbur.test/test-testng/ -->
<dependency>
<groupId>com.fitbur.test</groupId>
<artifactId>test-testng</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.test/test-testng/
implementation 'com.fitbur.test:test-testng:0.5.0'
// https://jarcasting.com/artifacts/com.fitbur.test/test-testng/
implementation ("com.fitbur.test:test-testng:0.5.0")
'com.fitbur.test:test-testng:jar:0.5.0'
<dependency org="com.fitbur.test" name="test-testng" rev="0.5.0">
<artifact name="test-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.test', module='test-testng', version='0.5.0')
)
libraryDependencies += "com.fitbur.test" % "test-testng" % "0.5.0"
[com.fitbur.test/test-testng "0.5.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.8.8 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.assertj : assertj-core | jar | 1.6.1 |
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.checkerframework : checker-qual | jar | 1.8.3 |
| org.glassfish.hk2 : hk2-api | jar | 2.3.0 |