is not current version
Last Version 2.1.10

com.github.autofixture:autofixturegenerator 1.0.0

An attempt to reimplement core features of a popular .NET anonymous value generator - AutoFixture - in Java

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.autofixture
ArtifactId

ArtifactId

autofixturegenerator
Version

Version

1.0.0
Type

Type

jar

Download autofixturegenerator 1.0.0


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