is not current version
Last Version 0.2.0-alpha

com.github.jakubkolar:autobuilder 0.1.0-alpha

AutoBuilder is a magic builder library for unit tests on JVM.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.jakubkolar
ArtifactId

ArtifactId

autobuilder
Version

Version

0.1.0-alpha
Type

Type

jar

Download autobuilder 0.1.0-alpha


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