License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.syndesis.transitional |
ArtifactId | ArtifactIdjunit4-stub |
Last Version | Last Version1.13.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTransitional :: 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
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]