Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.nutz |
ArtifactId | ArtifactIdnutzboot-starter-test-junit4 |
Version | Version2.4.1.v20201014 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-test-junit4/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-starter-test-junit4</artifactId>
<version>2.4.1.v20201014</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-test-junit4/
implementation 'org.nutz:nutzboot-starter-test-junit4:2.4.1.v20201014'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-test-junit4/
implementation ("org.nutz:nutzboot-starter-test-junit4:2.4.1.v20201014")
'org.nutz:nutzboot-starter-test-junit4:jar:2.4.1.v20201014'
<dependency org="org.nutz" name="nutzboot-starter-test-junit4" rev="2.4.1.v20201014">
<artifact name="nutzboot-starter-test-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-test-junit4', version='2.4.1.v20201014')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-test-junit4" % "2.4.1.v20201014"
[org.nutz/nutzboot-starter-test-junit4 "2.4.1.v20201014"]