License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.bestxty |
ArtifactId | ArtifactIdordered-junit-build |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionordered-junit-build
Junit method test order support.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ordered-junit-build-1.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bestxty/ordered-junit-build/ -->
<dependency>
<groupId>com.bestxty</groupId>
<artifactId>ordered-junit-build</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bestxty/ordered-junit-build/
implementation 'com.bestxty:ordered-junit-build:1.0.1'
// https://jarcasting.com/artifacts/com.bestxty/ordered-junit-build/
implementation ("com.bestxty:ordered-junit-build:1.0.1")
'com.bestxty:ordered-junit-build:pom:1.0.1'
<dependency org="com.bestxty" name="ordered-junit-build" rev="1.0.1">
<artifact name="ordered-junit-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bestxty', module='ordered-junit-build', version='1.0.1')
)
libraryDependencies += "com.bestxty" % "ordered-junit-build" % "1.0.1"
[com.bestxty/ordered-junit-build "1.0.1"]