Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.nutz |
ArtifactId | ArtifactIdnutzboot-starter-test-junit4 |
Version | Version2.1.6 |
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.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-test-junit4/
implementation 'org.nutz:nutzboot-starter-test-junit4:2.1.6'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-test-junit4/
implementation ("org.nutz:nutzboot-starter-test-junit4:2.1.6")
'org.nutz:nutzboot-starter-test-junit4:jar:2.1.6'
<dependency org="org.nutz" name="nutzboot-starter-test-junit4" rev="2.1.6">
<artifact name="nutzboot-starter-test-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-test-junit4', version='2.1.6')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-test-junit4" % "2.1.6"
[org.nutz/nutzboot-starter-test-junit4 "2.1.6"]