CoreComponents
Nitor Creations Core Components
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.nitorcreations |
| Идентификатор | Идентификаторjunit-runners |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJUnit Runners
JUnit4 Test Runners
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junit-runners-1.3.pom | |
| junit-runners-1.3.jar | 11 KB |
| junit-runners-1.3-sources.jar | 4 KB |
| junit-runners-1.3-javadoc.jar | 41 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.nitorcreations/junit-runners/ -->
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>junit-runners</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/junit-runners/
implementation 'com.nitorcreations:junit-runners:1.3'
// https://jarcasting.com/artifacts/com.nitorcreations/junit-runners/
implementation ("com.nitorcreations:junit-runners:1.3")
'com.nitorcreations:junit-runners:jar:1.3'
<dependency org="com.nitorcreations" name="junit-runners" rev="1.3">
<artifact name="junit-runners" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='junit-runners', version='1.3')
)
libraryDependencies += "com.nitorcreations" % "junit-runners" % "1.3"
[com.nitorcreations/junit-runners "1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.ow2.asm : asm | jar | 5.0.3 |
| org.ow2.asm : asm-commons | jar | 5.0.3 |
| org.powermock : powermock-core | jar | 1.5.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-core | jar | 1.10.8 |
| org.objenesis : objenesis | jar | 2.1 |
| org.powermock : powermock-module-junit4 | jar | 1.5.6 |
| org.powermock : powermock-api-mockito | jar | 1.5.6 |
| org.springframework : spring-core | jar | 4.1.1.RELEASE |
| org.springframework : spring-context | jar | 4.1.1.RELEASE |
| org.springframework : spring-test | jar | 4.1.1.RELEASE |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
| cglib : cglib-nodep | jar | 3.1 |
Nitor Creations Core Components