MVN

com.truward.builder : lean-builders

Maven & Gradle

Feb 01, 2015
0 stars

Lean Builders Support · Micro library that provides support for Lean Builder design pattern. For details see README.md in https://github.com/truward/lean-builders

<dependency>
    <groupId>com.truward.builder</groupId>
    <artifactId>lean-builders</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.truward.builder : lean-builders to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.truward.builder : lean-builders to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
lean-builders-1.0.1

How to add a dependency to Maven

Add the following com.truward.builder : lean-builders maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.truward.builder</groupId>
    <artifactId>lean-builders</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.truward.builder : lean-builders gradle dependency to your build.gradle file:

implementation 'com.truward.builder:lean-builders:1.0.1'

Gradle Kotlin DSL: Add the following com.truward.builder : lean-builders gradle kotlin dependency to your build.gradle.kts file:

implementation("com.truward.builder:lean-builders:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.truward.builder : lean-builders sbt scala dependency to your build.sbt file:

libraryDependencies += "com.truward.builder" % "lean-builders" % "1.0.1"