is not current version
Last Version 2.1.2

com.github.heiqs:crashFinder 2.0.0

A tool for localizing the software regression errors

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

com.github.heiqs
ArtifactId

ArtifactId

crashFinder
Version

Version

2.0.0
Type

Type

jar

Download crashFinder 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.heiqs/crashFinder/ -->
<dependency>
    <groupId>com.github.heiqs</groupId>
    <artifactId>crashFinder</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heiqs/crashFinder/
implementation 'com.github.heiqs:crashFinder:2.0.0'
// https://jarcasting.com/artifacts/com.github.heiqs/crashFinder/
implementation ("com.github.heiqs:crashFinder:2.0.0")
'com.github.heiqs:crashFinder:jar:2.0.0'
<dependency org="com.github.heiqs" name="crashFinder" rev="2.0.0">
  <artifact name="crashFinder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heiqs', module='crashFinder', version='2.0.0')
)
libraryDependencies += "com.github.heiqs" % "crashFinder" % "2.0.0"
[com.github.heiqs/crashFinder "2.0.0"]