| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаio.syndesis.transitional |
| Идентификатор | Идентификаторjunit4-stub |
| Последняя версия | Последняя версия1.13.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTransitional :: JUnit 4 stub
Stub used instead of JUnit 4 dependency. These classes are used only
so that the class hiearchy can be maintained.
Functionality of these classes is not used, that's why they're empty,
but they're needed to successfuly compile 3rd party dependencies
without introducing junit:junit (JUnit 4) dependency. For one such
case see:
https://github.com/testcontainers/testcontainers-java/issues/970#issuecomment-625044008
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| junit4-stub-1.13.2.pom | |
| junit4-stub-1.13.2.jar | 4 KB |
| junit4-stub-1.13.2-sources.jar | 5 KB |
| junit4-stub-1.13.2-javadoc.jar | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.syndesis.transitional/junit4-stub/ -->
<dependency>
<groupId>io.syndesis.transitional</groupId>
<artifactId>junit4-stub</artifactId>
<version>1.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis.transitional/junit4-stub/
implementation 'io.syndesis.transitional:junit4-stub:1.13.2'
// https://jarcasting.com/artifacts/io.syndesis.transitional/junit4-stub/
implementation ("io.syndesis.transitional:junit4-stub:1.13.2")
'io.syndesis.transitional:junit4-stub:jar:1.13.2'
<dependency org="io.syndesis.transitional" name="junit4-stub" rev="1.13.2">
<artifact name="junit4-stub" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis.transitional', module='junit4-stub', version='1.13.2')
)
libraryDependencies += "io.syndesis.transitional" % "junit4-stub" % "1.13.2"
[io.syndesis.transitional/junit4-stub "1.13.2"]