MVN

io.bdeploy : api

Maven & Gradle

Aug 11, 2023
17 stars

BDeploy Public API · Public API including dependencies, ready to be used for integrations and plugins.

<dependency>
    <groupId>io.bdeploy</groupId>
    <artifactId>api</artifactId>
    <version>5.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bdeploy : api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.0

All Versions

Choose a version of io.bdeploy : api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
api-5.5.0
5.4.x
api-5.4.0
5.3.x
api-5.3.0
5.2.x
api-5.2.0
5.1.x
api-5.1.0
5.0.x
api-5.0.1
api-5.0.0
4.5.x
api-4.5.4
api-4.5.0
4.3.x
api-4.3.1
api-4.3.0
4.2.x
api-4.2.2
api-4.2.1
api-4.2.0
4.1.x
api-4.1.3
api-4.1.2
api-4.1.0
4.0.x
api-4.0.5
api-4.0.4
api-4.0.3
api-4.0.2
api-4.0.1
api-4.0.0
3.6.x
api-3.6.7
api-3.6.6
api-3.6.5
api-3.6.4
api-3.6.3
api-3.6.2
api-3.6.1
api-3.6.0
3.5.x
api-3.5.0
3.4.x
api-3.4.0
3.3.x
api-3.3.1
api-3.3.0
3.2.x
api-3.2.0
3.1.x
api-3.1.1
api-3.1.0
3.0.x
api-3.0.0
2.5.x
api-2.5.2
api-2.5.1
api-2.5.0
2.4.x
api-2.4.0
2.3.x
api-2.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.bdeploy</groupId>
    <artifactId>api</artifactId>
    <version>5.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bdeploy : api gradle dependency to your build.gradle file:

implementation 'io.bdeploy:api:5.5.0'

Gradle Kotlin DSL: Add the following io.bdeploy : api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bdeploy:api:5.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bdeploy : api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bdeploy" % "api" % "5.5.0"

Advertisement