| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.gitlab.lae.stack.source |
| ArtifactId | ArtifactIdstack-source-junit4 |
| Last Version | Last Version0.4.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDecorates test failure stack trace with source code snippets.
|
| Filename | Size |
|---|---|
| stack-source-junit4-0.4.2.pom | |
| stack-source-junit4-0.4.2.jar | 5 KB |
| stack-source-junit4-0.4.2-sources.jar | 3 KB |
| stack-source-junit4-0.4.2-javadoc.jar | 363 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source-junit4/ -->
<dependency>
<groupId>com.gitlab.lae.stack.source</groupId>
<artifactId>stack-source-junit4</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source-junit4/
implementation 'com.gitlab.lae.stack.source:stack-source-junit4:0.4.2'
// https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source-junit4/
implementation ("com.gitlab.lae.stack.source:stack-source-junit4:0.4.2")
'com.gitlab.lae.stack.source:stack-source-junit4:jar:0.4.2'
<dependency org="com.gitlab.lae.stack.source" name="stack-source-junit4" rev="0.4.2">
<artifact name="stack-source-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.lae.stack.source', module='stack-source-junit4', version='0.4.2')
)
libraryDependencies += "com.gitlab.lae.stack.source" % "stack-source-junit4" % "0.4.2"
[com.gitlab.lae.stack.source/stack-source-junit4 "0.4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.gitlab.lae.stack.source : stack-source | jar | 0.4.2 |
| junit : junit | jar | 4.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.gitlab.lae.stack.source : stack-source-processor | jar | 0.4.2 |