MVN

io.yupiik : bundlebee-documentation

Maven & Gradle

May 30, 2023
15 stars

BundleBee :: Documentation

<dependency>
    <groupId>io.yupiik</groupId>
    <artifactId>bundlebee-documentation</artifactId>
    <version>1.0.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.yupiik : bundlebee-documentation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.20

All Versions

Choose a version of io.yupiik : bundlebee-documentation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bundlebee-documentation-1.0.20
bundlebee-documentation-1.0.19
bundlebee-documentation-1.0.18
bundlebee-documentation-1.0.17
bundlebee-documentation-1.0.16
bundlebee-documentation-1.0.15
bundlebee-documentation-1.0.14
bundlebee-documentation-1.0.13
bundlebee-documentation-1.0.12
bundlebee-documentation-1.0.11
bundlebee-documentation-1.0.10
bundlebee-documentation-1.0.9
bundlebee-documentation-1.0.8
bundlebee-documentation-1.0.7
bundlebee-documentation-1.0.6
bundlebee-documentation-1.0.5
bundlebee-documentation-1.0.4
bundlebee-documentation-1.0.3
bundlebee-documentation-1.0.2
bundlebee-documentation-1.0.1
bundlebee-documentation-1.0.0

How to add a dependency to Maven

Add the following io.yupiik : bundlebee-documentation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.yupiik</groupId>
    <artifactId>bundlebee-documentation</artifactId>
    <version>1.0.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.yupiik : bundlebee-documentation gradle dependency to your build.gradle file:

implementation 'io.yupiik:bundlebee-documentation:1.0.20'

Gradle Kotlin DSL: Add the following io.yupiik : bundlebee-documentation gradle kotlin dependency to your build.gradle.kts file:

implementation("io.yupiik:bundlebee-documentation:1.0.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.yupiik : bundlebee-documentation sbt scala dependency to your build.sbt file:

libraryDependencies += "io.yupiik" % "bundlebee-documentation" % "1.0.20"

Advertisement