| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.touchbit.buggy | 
    
| ArtifactId | ArtifactIdbuggy-core | 
    
| Last Version | Last Version0.3.7-beta | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCore module 
            Buggy is an add-on to TestNG for quickly creating test projects and easily customizing the launch of automated tests. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| buggy-core-0.3.7-beta.pom | |
| buggy-core-0.3.7-beta.jar | 90 KB | 
| buggy-core-0.3.7-beta-sources.jar | 60 KB | 
| buggy-core-0.3.7-beta-javadoc.jar | 347 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.touchbit.buggy/buggy-core/ -->
<dependency>
    <groupId>org.touchbit.buggy</groupId>
    <artifactId>buggy-core</artifactId>
    <version>0.3.7-beta</version>
</dependency>
                // https://jarcasting.com/artifacts/org.touchbit.buggy/buggy-core/
implementation 'org.touchbit.buggy:buggy-core:0.3.7-beta'
                // https://jarcasting.com/artifacts/org.touchbit.buggy/buggy-core/
implementation ("org.touchbit.buggy:buggy-core:0.3.7-beta")
                'org.touchbit.buggy:buggy-core:jar:0.3.7-beta'
                <dependency org="org.touchbit.buggy" name="buggy-core" rev="0.3.7-beta">
  <artifact name="buggy-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.touchbit.buggy', module='buggy-core', version='0.3.7-beta')
)
                libraryDependencies += "org.touchbit.buggy" % "buggy-core" % "0.3.7-beta"
                [org.touchbit.buggy/buggy-core "0.3.7-beta"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 7.1.1 | 
| com.beust : jcommander | jar | 1.74 | 
| org.atteo.classindex : classindex | jar | 3.7 | 
| org.apache.commons : commons-lang3 | jar | 3.9 | 
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.9.1 | 
| org.apache.logging.log4j : log4j-1.2-api | jar | 2.9.1 | 
| org.apache.logging.log4j : log4j-jul | jar | 2.9.1 | 
| org.apache.logging.log4j : log4j-core | jar | 2.9.1 | 
| org.apache.logging.log4j : log4j-api | jar | 2.9.1 | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.jetbrains : annotations | jar | 17.0.0 | 
| com.google.guava : guava | jar | 28.0-jre | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 | 
| org.junit.jupiter : junit-jupiter-params | jar | 5.5.0 | 
| org.hamcrest : hamcrest-all | jar | 1.3 | 
| org.powermock : powermock-api-mockito2 | jar | 2.0.2 | 
| org.awaitility : awaitility | jar | 4.0.1 | 
| com.google.inject : guice | jar | 4.2.2 |