Categories |
CategoriesJUnit Unit Testing Net |
---|---|
GroupId | GroupIdnet.sourceforge.openutils |
ArtifactId | ArtifactIdopenutils-testing-junit |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-testing-junit/ -->
<dependency>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-testing-junit</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-testing-junit/
implementation 'net.sourceforge.openutils:openutils-testing-junit:2.0.2'
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-testing-junit/
implementation ("net.sourceforge.openutils:openutils-testing-junit:2.0.2")
'net.sourceforge.openutils:openutils-testing-junit:jar:2.0.2'
<dependency org="net.sourceforge.openutils" name="openutils-testing-junit" rev="2.0.2">
<artifact name="openutils-testing-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.openutils', module='openutils-testing-junit', version='2.0.2')
)
libraryDependencies += "net.sourceforge.openutils" % "openutils-testing-junit" % "2.0.2"
[net.sourceforge.openutils/openutils-testing-junit "2.0.2"]