Files download
File Operation
ordered-junit-build-1.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.bestxty</groupId>
  <artifactId>ordered-junit-build</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.bestxty:ordered-junit-build:1.0.1'
Gradle Kotlin
implementation("com.bestxty:ordered-junit-build:1.0.1")
Scala SBT
libraryDependencies += "com.bestxty" % "ordered-junit-build" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.bestxty', module='ordered-junit-build', version='1.0.1')
)
Apache Ivy
<dependency org="com.bestxty" name="ordered-junit-build" rev="1.0.1" />
Leiningen
[com.bestxty/ordered-junit-build "1.0.1"]
Apache Buildr
'com.bestxty:ordered-junit-build:jar:1.0.1'
Dependencies
The project has no third-party dependencies