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