MVN

io.github.astrapi69 : builder

Maven & Gradle

Aug 29, 2022
2 stars

builder · This project holds classes for the builder pattern

<dependency>
    <groupId>io.github.astrapi69</groupId>
    <artifactId>builder</artifactId>
    <version>6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.astrapi69 : builder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6

All Versions

Choose a version of io.github.astrapi69 : builder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6
builder-6
5.2
builder-5.2
5.1
builder-5.1
5
builder-5
4.16
builder-4.16
4.15
builder-4.15

How to add a dependency to Maven

Add the following io.github.astrapi69 : builder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.astrapi69</groupId>
    <artifactId>builder</artifactId>
    <version>6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.astrapi69 : builder gradle dependency to your build.gradle file:

implementation 'io.github.astrapi69:builder:6'

Gradle Kotlin DSL: Add the following io.github.astrapi69 : builder gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.astrapi69:builder:6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.astrapi69 : builder sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.astrapi69" % "builder" % "6"

Advertisement