| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdorg.avaje.composite |
| ArtifactId | ArtifactIdjunit |
| Last Version | Last Version5.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPackaging parent for Avaje OSS projects.
|
| Filename | Size |
|---|---|
| junit-5.1.pom | |
| junit-5.1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.avaje.composite/junit/ -->
<dependency>
<groupId>org.avaje.composite</groupId>
<artifactId>junit</artifactId>
<version>5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.avaje.composite/junit/
implementation 'org.avaje.composite:junit:5.1'
// https://jarcasting.com/artifacts/org.avaje.composite/junit/
implementation ("org.avaje.composite:junit:5.1")
'org.avaje.composite:junit:jar:5.1'
<dependency org="org.avaje.composite" name="junit" rev="5.1">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.avaje.composite', module='junit', version='5.1')
)
libraryDependencies += "org.avaje.composite" % "junit" % "5.1"
[org.avaje.composite/junit "5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
| org.assertj : assertj-core | jar | 3.19.0 |
| org.mockito : mockito-core | jar | 3.9.0 |