Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdeu.coldrye.junit |
ArtifactId | ArtifactIdjunit-testing-common |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.coldrye.junit/junit-testing-common/ -->
<dependency>
<groupId>eu.coldrye.junit</groupId>
<artifactId>junit-testing-common</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.coldrye.junit/junit-testing-common/
implementation 'eu.coldrye.junit:junit-testing-common:1.0.1'
// https://jarcasting.com/artifacts/eu.coldrye.junit/junit-testing-common/
implementation ("eu.coldrye.junit:junit-testing-common:1.0.1")
'eu.coldrye.junit:junit-testing-common:jar:1.0.1'
<dependency org="eu.coldrye.junit" name="junit-testing-common" rev="1.0.1">
<artifact name="junit-testing-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.coldrye.junit', module='junit-testing-common', version='1.0.1')
)
libraryDependencies += "eu.coldrye.junit" % "junit-testing-common" % "1.0.1"
[eu.coldrye.junit/junit-testing-common "1.0.1"]