d

dt-impact

Tools for finding dependent tests.
https://github.com/winglam/dependent-tests-impact
MIT License
Wing Lam
Files download
File Operation
dt-impact-1.0.pom download
Apache Maven
<dependency>
  <groupId>edu.washington.cs.dt</groupId>
  <artifactId>dt-impact</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'edu.washington.cs.dt:dt-impact:1.0'
Gradle Kotlin
implementation("edu.washington.cs.dt:dt-impact:1.0")
Scala SBT
libraryDependencies += "edu.washington.cs.dt" % "dt-impact" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='edu.washington.cs.dt', module='dt-impact', version='1.0')
)
Apache Ivy
<dependency org="edu.washington.cs.dt" name="dt-impact" rev="1.0" />
Leiningen
[edu.washington.cs.dt/dt-impact "1.0"]
Apache Buildr
'edu.washington.cs.dt:dt-impact:jar:1.0'
Dependencies
The project has no third-party dependencies