MVN

io.github.project-openubl : xbuilder

Maven & Gradle

May 10, 2023
1 usages
14 stars

XBuilder · XBuilder library

<dependency>
    <groupId>io.github.project-openubl</groupId>
    <artifactId>xbuilder</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.project-openubl : xbuilder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1
  • Latest Beta: 3.0.0.Beta1
  • Latest Alpha: 2.0.0.Alpha7

All Versions

Choose a version of io.github.project-openubl : xbuilder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
xbuilder-3.0.0.Beta1
2.0.x
xbuilder-2.0.1
xbuilder-2.0.0
xbuilder-2.0.0-Beta8
xbuilder-2.0.0-Beta7
xbuilder-2.0.0-Beta6
xbuilder-2.0.0-Beta5
xbuilder-2.0.0-Beta4
xbuilder-2.0.0-Beta3
xbuilder-2.0.0.Beta2
xbuilder-2.0.0.Beta1
xbuilder-2.0.0.Alpha7
xbuilder-2.0.0.Alpha6
xbuilder-2.0.0.Alpha5
xbuilder-2.0.0.Alpha4
xbuilder-2.0.0.Alpha3
xbuilder-2.0.0.Alpha2
xbuilder-2.0.0.Alpha1
1.2.x
xbuilder-1.2.2.Final
xbuilder-1.2.1.Final
xbuilder-1.2.0.Final
1.1.x
xbuilder-1.1.9.Final
xbuilder-1.1.8.Final
xbuilder-1.1.7.Final
xbuilder-1.1.6.Final
xbuilder-1.1.5.Final
xbuilder-1.1.4.Final
xbuilder-1.1.3.Final
xbuilder-1.1.2.Final
xbuilder-1.1.1.Final
xbuilder-1.1.0.Final

How to add a dependency to Maven

Add the following io.github.project-openubl : xbuilder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.project-openubl</groupId>
    <artifactId>xbuilder</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.project-openubl : xbuilder gradle dependency to your build.gradle file:

implementation 'io.github.project-openubl:xbuilder:2.0.1'

Gradle Kotlin DSL: Add the following io.github.project-openubl : xbuilder gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.project-openubl:xbuilder:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.project-openubl : xbuilder sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.project-openubl" % "xbuilder" % "2.0.1"

Advertisement