MVN

org.xyou : xbd

Maven & Gradle

May 17, 2021

xbd · xbd by XYou

<dependency>
    <groupId>org.xyou</groupId>
    <artifactId>xbd</artifactId>
    <version>0.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xyou : xbd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.24

All Versions

Choose a version of org.xyou : xbd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
xbd-0.0.24
xbd-0.0.23
xbd-0.0.22
xbd-0.0.21
xbd-0.0.20
xbd-0.0.18
xbd-0.0.17
xbd-0.0.16
xbd-0.0.15
xbd-0.0.14
xbd-0.0.13
xbd-0.0.12
xbd-0.0.11
xbd-0.0.10
xbd-0.0.9
xbd-0.0.7
xbd-0.0.6
xbd-0.0.5
xbd-0.0.4
xbd-0.0.3
xbd-0.0.1
xbd-0.0.0

How to add a dependency to Maven

Add the following org.xyou : xbd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xyou</groupId>
    <artifactId>xbd</artifactId>
    <version>0.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xyou : xbd gradle dependency to your build.gradle file:

implementation 'org.xyou:xbd:0.0.24'

Gradle Kotlin DSL: Add the following org.xyou : xbd gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xyou:xbd:0.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xyou : xbd sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xyou" % "xbd" % "0.0.24"