is not current version
Last Version 5.1

org.avaje.composite:junit 1.1


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.avaje.composite
ArtifactId

ArtifactId

junit
Version

Version

1.1
Type

Type

jar

Download junit 1.1


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