is not current version
Last Version 1.2.0

eu.coldrye.junit:junit-common 1.0.0

Commonly used code for junit-testing projects

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

eu.coldrye.junit
ArtifactId

ArtifactId

junit-common
Version

Version

1.0.0
Type

Type

jar

Download junit-common 1.0.0


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