G

Ghost

com.usmanhussain.ghost - Ghost is an AI project aimed at the testing community. Ghost is a project to help reduce test failure analysis and will later on evolve to auto fix simple maintenance errors. Designed, Developed, Implemented and Loved by Mr Usman H Hussain
https://github.com/usman-h/Ghost
The Apache Software License, Version 2.0
Usman H Hussain
Files download
File Operation
Ghost-1.0.6.jar download
Ghost-1.0.6.pom download
Ghost-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.usmanhussain.ghost</groupId>
  <artifactId>Ghost</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.usmanhussain.ghost:Ghost:1.0.6'
Gradle Kotlin
implementation("com.usmanhussain.ghost:Ghost:1.0.6")
Scala SBT
libraryDependencies += "com.usmanhussain.ghost" % "Ghost" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.usmanhussain.ghost', module='Ghost', version='1.0.6')
)
Apache Ivy
<dependency org="com.usmanhussain.ghost" name="Ghost" rev="1.0.6" />
Leiningen
[com.usmanhussain.ghost/Ghost "1.0.6"]
Apache Buildr
'com.usmanhussain.ghost:Ghost:jar:1.0.6'