| Categories |
CategoriesJUnit Unit Testing |
|---|---|
| GroupId | GroupIdio.fnproject.fn |
| ArtifactId | ArtifactIdtesting-junit4 |
| Last Version | Last Version99.99.999 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| testing-junit4-99.99.999.pom | |
| testing-junit4-99.99.999.jar | 27 KB |
| testing-junit4-99.99.999-sources.jar | 8 KB |
| testing-junit4-99.99.999-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.fnproject.fn/testing-junit4/ -->
<dependency>
<groupId>io.fnproject.fn</groupId>
<artifactId>testing-junit4</artifactId>
<version>99.99.999</version>
</dependency>
// https://jarcasting.com/artifacts/io.fnproject.fn/testing-junit4/
implementation 'io.fnproject.fn:testing-junit4:99.99.999'
// https://jarcasting.com/artifacts/io.fnproject.fn/testing-junit4/
implementation ("io.fnproject.fn:testing-junit4:99.99.999")
'io.fnproject.fn:testing-junit4:jar:99.99.999'
<dependency org="io.fnproject.fn" name="testing-junit4" rev="99.99.999">
<artifact name="testing-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fnproject.fn', module='testing-junit4', version='99.99.999')
)
libraryDependencies += "io.fnproject.fn" % "testing-junit4" % "99.99.999"
[io.fnproject.fn/testing-junit4 "99.99.999"]