Last Version

eu.coldrye.junit:junit-common 1.2.0

Commonly used code for junit-testing projects

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

eu.coldrye.junit
ArtifactId

ArtifactId

junit-common
Version

Version

1.2.0
Type

Type

jar
Description

Description

eu.coldrye.junit:junit-common
Commonly used code for junit-testing projects
Project URL

Project URL

https://github.com/coldrye-java/junit-testing/tree/master/junit-common

Download junit-common 1.2.0


<!-- https://jarcasting.com/artifacts/eu.coldrye.junit/junit-common/ -->
<dependency>
    <groupId>eu.coldrye.junit</groupId>
    <artifactId>junit-common</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.coldrye.junit/junit-common/
implementation 'eu.coldrye.junit:junit-common:1.2.0'
// https://jarcasting.com/artifacts/eu.coldrye.junit/junit-common/
implementation ("eu.coldrye.junit:junit-common:1.2.0")
'eu.coldrye.junit:junit-common:jar:1.2.0'
<dependency org="eu.coldrye.junit" name="junit-common" rev="1.2.0">
  <artifact name="junit-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.coldrye.junit', module='junit-common', version='1.2.0')
)
libraryDependencies += "eu.coldrye.junit" % "junit-common" % "1.2.0"
[eu.coldrye.junit/junit-common "1.2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.2
org.junit.jupiter : junit-jupiter-api jar 5.2.0
org.slf4j : slf4j-api jar 1.7.25
org.junit.platform : junit-platform-commons jar 1.2.0

provided (1)

Group / Artifact Type Version
org.apiguardian : apiguardian-api jar 1.0.0

test (6)

Group / Artifact Type Version
org.junit.platform : junit-platform-launcher jar 1.2.0
org.junit.platform : junit-platform-engine jar 1.2.0
org.junit.jupiter : junit-jupiter-engine jar 5.2.0
org.junit.platform : junit-platform-runner jar 1.2.0
org.mockito : mockito-all jar 1.10.19
uk.org.lidalia : slf4j-test jar 1.2.0

Project Modules

There are no modules declared in this project.