f

flacoco

Fault Localization for Java based on Jacoco
https://github.com/SpoonLabs/flacoco
MIT License
GitHub contributors, see https://github.com/SpoonLabs/flacoco/graphs/contributors
Files download
File Operation
flacoco-1.0.0.jar download
flacoco-1.0.0.pom download
flacoco-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spoonlabs</groupId>
  <artifactId>flacoco</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.spoonlabs:flacoco:1.0.0'
Gradle Kotlin
implementation("com.github.spoonlabs:flacoco:1.0.0")
Scala SBT
libraryDependencies += "com.github.spoonlabs" % "flacoco" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spoonlabs', module='flacoco', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.spoonlabs" name="flacoco" rev="1.0.0" />
Leiningen
[com.github.spoonlabs/flacoco "1.0.0"]
Apache Buildr
'com.github.spoonlabs:flacoco:jar:1.0.0'