MVN

org.eclipse.che.core : che-core-api-factory-bitbucket-server

Maven & Gradle

Apr 07, 2021
3 usages

Che Core :: API :: Factory Resolver Bitbucket Server

<dependency>
    <groupId>org.eclipse.che.core</groupId>
    <artifactId>che-core-api-factory-bitbucket-server</artifactId>
    <version>7.28.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.che.core : che-core-api-factory-bitbucket-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.28.2

All Versions

Choose a version of org.eclipse.che.core : che-core-api-factory-bitbucket-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.28.x
che-core-api-factory-bitbucket-server-7.28.2
che-core-api-factory-bitbucket-server-7.28.0
7.27.x
che-core-api-factory-bitbucket-server-7.27.2
che-core-api-factory-bitbucket-server-7.27.1
che-core-api-factory-bitbucket-server-7.27.0
7.26.x
che-core-api-factory-bitbucket-server-7.26.2
che-core-api-factory-bitbucket-server-7.26.1
che-core-api-factory-bitbucket-server-7.26.0
7.25.x
che-core-api-factory-bitbucket-server-7.25.2
che-core-api-factory-bitbucket-server-7.25.1
che-core-api-factory-bitbucket-server-7.25.0
7.24.x
che-core-api-factory-bitbucket-server-7.24.2
che-core-api-factory-bitbucket-server-7.24.1
che-core-api-factory-bitbucket-server-7.24.0
7.23.x
che-core-api-factory-bitbucket-server-7.23.2
che-core-api-factory-bitbucket-server-7.23.1
che-core-api-factory-bitbucket-server-7.23.0

How to add a dependency to Maven

Add the following org.eclipse.che.core : che-core-api-factory-bitbucket-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.che.core</groupId>
    <artifactId>che-core-api-factory-bitbucket-server</artifactId>
    <version>7.28.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.che.core : che-core-api-factory-bitbucket-server gradle dependency to your build.gradle file:

implementation 'org.eclipse.che.core:che-core-api-factory-bitbucket-server:7.28.2'

Gradle Kotlin DSL: Add the following org.eclipse.che.core : che-core-api-factory-bitbucket-server gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.che.core:che-core-api-factory-bitbucket-server:7.28.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.che.core : che-core-api-factory-bitbucket-server sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.che.core" % "che-core-api-factory-bitbucket-server" % "7.28.2"

Advertisement