is not current version
Last Version 1.2.0

eu.coldrye.junit:junit-common 1.1.1

Commonly used code for junit-testing projects

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

eu.coldrye.junit
ArtifactId

ArtifactId

junit-common
Version

Version

1.1.1
Type

Type

jar

Download junit-common 1.1.1


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