t

tools-junit

API for working directly with the junit tool.
https://github.com/bowbahdoe/tools
Apache License, Version 2.0
Ethan McCue
文件下载
文件名 操作
tools-junit-2024.08.27.2.jar 下载
tools-junit-2024.08.27.2.pom 下载
tools-junit-2024.08.27.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dev.mccue</groupId>
  <artifactId>tools-junit</artifactId>
  <version>2024.08.27.2</version>
</dependency>
Gradle Groovy
implementation 'dev.mccue:tools-junit:2024.08.27.2'
Gradle Kotlin
implementation("dev.mccue:tools-junit:2024.08.27.2")
Scala SBT
libraryDependencies += "dev.mccue" % "tools-junit" % "2024.08.27.2"
Groovy Grape
@Grapes(
  @Grab(group='dev.mccue', module='tools-junit', version='2024.08.27.2')
)
Apache Ivy
<dependency org="dev.mccue" name="tools-junit" rev="2024.08.27.2" />
Leiningen
[dev.mccue/tools-junit "2024.08.27.2"]
Apache Buildr
'dev.mccue:tools-junit:jar:2024.08.27.2'