License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.avaje |
ArtifactId | ArtifactIdjunit |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent for avaje java8 open source projects.
|
Filename | Size |
---|---|
junit-1.1.pom | |
junit-1.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.avaje/junit/ -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.avaje/junit/
implementation 'io.avaje:junit:1.1'
// https://jarcasting.com/artifacts/io.avaje/junit/
implementation ("io.avaje:junit:1.1")
'io.avaje:junit:jar:1.1'
<dependency org="io.avaje" name="junit" rev="1.1">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.avaje', module='junit', version='1.1')
)
libraryDependencies += "io.avaje" % "junit" % "1.1"
[io.avaje/junit "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.assertj : assertj-core | jar | 3.22.0 |
org.mockito : mockito-core | jar | 4.4.0 |