MVN

com.github.jakubkolar : autobuilder

Maven & Gradle

Jun 10, 2016
2 stars

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

<dependency>
    <groupId>com.github.jakubkolar</groupId>
    <artifactId>autobuilder</artifactId>
    <version>0.2.0-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jakubkolar : autobuilder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0-alpha
  • Latest Alpha: 0.2.0-alpha

All Versions

Choose a version of com.github.jakubkolar : autobuilder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
autobuilder-0.2.0-alpha
0.1.x
autobuilder-0.1.1-alpha
autobuilder-0.1.0-alpha
0.0.x
autobuilder-0.0.1-alpha

How to add a dependency to Maven

Add the following com.github.jakubkolar : autobuilder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jakubkolar</groupId>
    <artifactId>autobuilder</artifactId>
    <version>0.2.0-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jakubkolar : autobuilder gradle dependency to your build.gradle file:

implementation 'com.github.jakubkolar:autobuilder:0.2.0-alpha'

Gradle Kotlin DSL: Add the following com.github.jakubkolar : autobuilder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jakubkolar:autobuilder:0.2.0-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jakubkolar : autobuilder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jakubkolar" % "autobuilder" % "0.2.0-alpha"

Advertisement