Last Version

org.junit:junit-commons 5.0.0-ALPHA

Module "junit-commons" of JUnit 5.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit
ArtifactId

ArtifactId

junit-commons
Version

Version

5.0.0-ALPHA
Type

Type

jar
Description

Description

org.junit:junit-commons
Module "junit-commons" of JUnit 5.
Project URL

Project URL

http://junit.org/junit-lambda.html
Source Code Management

Source Code Management

https://github.com/junit-team/junit5

Download junit-commons 5.0.0-ALPHA


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.