is not current version
Last Version 5.1

org.avaje.composite:junit 5.0


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.avaje.composite
ArtifactId

ArtifactId

junit
Version

Version

5.0
Type

Type

jar

Download junit 5.0

Filename Size
junit-5.0.pom
junit-5.0.jar 1 KB
Browse

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