Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdio.github.henryssondaniel.teacup.engine |
ArtifactId | ArtifactIdjunit |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
junit-1.1.3.pom | |
junit-1.1.3.jar | 13 KB |
junit-1.1.3-sources.jar | 6 KB |
junit-1.1.3-javadoc.jar | 398 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.engine/junit/ -->
<dependency>
<groupId>io.github.henryssondaniel.teacup.engine</groupId>
<artifactId>junit</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.engine/junit/
implementation 'io.github.henryssondaniel.teacup.engine:junit:1.1.3'
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.engine/junit/
implementation ("io.github.henryssondaniel.teacup.engine:junit:1.1.3")
'io.github.henryssondaniel.teacup.engine:junit:jar:1.1.3'
<dependency org="io.github.henryssondaniel.teacup.engine" name="junit" rev="1.1.3">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.henryssondaniel.teacup.engine', module='junit', version='1.1.3')
)
libraryDependencies += "io.github.henryssondaniel.teacup.engine" % "junit" % "1.1.3"
[io.github.henryssondaniel.teacup.engine/junit "1.1.3"]