| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesAuto Application Layer Libs Code Generators | 
        
| GroupId | GroupIdcom.github.autofixture | 
    
| ArtifactId | ArtifactIdAutoFixtureGenerator | 
    
| Last Version | Last Version0.6.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionAutoFixtureGenerator 
            An attempt to reimplement core features of a popular .NET anonymous value generator - AutoFixture - in Java 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.autofixture/AutoFixtureGenerator/ -->
<dependency>
    <groupId>com.github.autofixture</groupId>
    <artifactId>AutoFixtureGenerator</artifactId>
    <version>0.6.2</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.autofixture/AutoFixtureGenerator/
implementation 'com.github.autofixture:AutoFixtureGenerator:0.6.2'
                // https://jarcasting.com/artifacts/com.github.autofixture/AutoFixtureGenerator/
implementation ("com.github.autofixture:AutoFixtureGenerator:0.6.2")
                'com.github.autofixture:AutoFixtureGenerator:jar:0.6.2'
                <dependency org="com.github.autofixture" name="AutoFixtureGenerator" rev="0.6.2">
  <artifact name="AutoFixtureGenerator" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.autofixture', module='AutoFixtureGenerator', version='0.6.2')
)
                libraryDependencies += "com.github.autofixture" % "AutoFixtureGenerator" % "0.6.2"
                [com.github.autofixture/AutoFixtureGenerator "0.6.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | 17.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.hamcrest : hamcrest-core | jar | 1.3 | 
| org.jmock : jmock | jar | 2.6.0 |