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