文件下载
文件名 操作
junit-core-0.0.7.jar 下载
junit-core-0.0.7.pom 下载
junit-core-0.0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.fitbur.testify.junit</groupId>
  <artifactId>junit-core</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.fitbur.testify.junit:junit-core:0.0.7'
Gradle Kotlin
implementation("com.fitbur.testify.junit:junit-core:0.0.7")
Scala SBT
libraryDependencies += "com.fitbur.testify.junit" % "junit-core" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.fitbur.testify.junit', module='junit-core', version='0.0.7')
)
Apache Ivy
<dependency org="com.fitbur.testify.junit" name="junit-core" rev="0.0.7" />
Leiningen
[com.fitbur.testify.junit/junit-core "0.0.7"]
Apache Buildr
'com.fitbur.testify.junit:junit-core:jar:0.0.7'