License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdlink.bek.tools |
ArtifactId | ArtifactIdissue-keeper-junit |
Last Version | Last Version4.13.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIssue Keeper JUnit Connector
Issue keeper is a tracking tool which makes the tests skipped in advance when they are blocked by the open issues.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/link.bek.tools/issue-keeper-junit/ -->
<dependency>
<groupId>link.bek.tools</groupId>
<artifactId>issue-keeper-junit</artifactId>
<version>4.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/link.bek.tools/issue-keeper-junit/
implementation 'link.bek.tools:issue-keeper-junit:4.13.2'
// https://jarcasting.com/artifacts/link.bek.tools/issue-keeper-junit/
implementation ("link.bek.tools:issue-keeper-junit:4.13.2")
'link.bek.tools:issue-keeper-junit:jar:4.13.2'
<dependency org="link.bek.tools" name="issue-keeper-junit" rev="4.13.2">
<artifact name="issue-keeper-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='link.bek.tools', module='issue-keeper-junit', version='4.13.2')
)
libraryDependencies += "link.bek.tools" % "issue-keeper-junit" % "4.13.2"
[link.bek.tools/issue-keeper-junit "4.13.2"]
Group / Artifact | Type | Version |
---|---|---|
link.bek.tools : issue-keeper-base | jar | 2.7.0 |
junit : junit | jar | 4.13.2 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 1.6.0 |