MVN

org.codelibs.fess : fess-ds-gitbucket

Maven & Gradle

Jun 26, 2023
1 stars

GitBucket Data Store

<dependency>
    <groupId>org.codelibs.fess</groupId>
    <artifactId>fess-ds-gitbucket</artifactId>
    <version>14.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codelibs.fess : fess-ds-gitbucket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.9.0

All Versions

Choose a version of org.codelibs.fess : fess-ds-gitbucket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.9.x
fess-ds-gitbucket-14.9.0
14.8.x
fess-ds-gitbucket-14.8.0
14.7.x
fess-ds-gitbucket-14.7.0
14.6.x
fess-ds-gitbucket-14.6.0
14.5.x
fess-ds-gitbucket-14.5.0
14.4.x
fess-ds-gitbucket-14.4.0
14.3.x
fess-ds-gitbucket-14.3.0
14.2.x
fess-ds-gitbucket-14.2.0
14.1.x
fess-ds-gitbucket-14.1.0
14.0.x
fess-ds-gitbucket-14.0.0
13.16.x
fess-ds-gitbucket-13.16.0
13.15.x
fess-ds-gitbucket-13.15.0
13.14.x
fess-ds-gitbucket-13.14.0
13.13.x
fess-ds-gitbucket-13.13.0
13.12.x
fess-ds-gitbucket-13.12.0
13.11.x
fess-ds-gitbucket-13.11.0
13.10.x
fess-ds-gitbucket-13.10.0
13.9.x
fess-ds-gitbucket-13.9.0
13.8.x
fess-ds-gitbucket-13.8.0
13.7.x
fess-ds-gitbucket-13.7.0
13.6.x
fess-ds-gitbucket-13.6.2
fess-ds-gitbucket-13.6.1
fess-ds-gitbucket-13.6.0
13.5.x
fess-ds-gitbucket-13.5.2
fess-ds-gitbucket-13.5.1
fess-ds-gitbucket-13.5.0
13.4.x
fess-ds-gitbucket-13.4.2
fess-ds-gitbucket-13.4.1
fess-ds-gitbucket-13.4.0
13.3.x
fess-ds-gitbucket-13.3.0
13.2.x
fess-ds-gitbucket-13.2.0
13.1.x
fess-ds-gitbucket-13.1.0
13.0.x
fess-ds-gitbucket-13.0.0
12.7.x
fess-ds-gitbucket-12.7.0
12.6.x
fess-ds-gitbucket-12.6.0
12.5.x
fess-ds-gitbucket-12.5.0
12.2.x
fess-ds-gitbucket-12.2.0

How to add a dependency to Maven

Add the following org.codelibs.fess : fess-ds-gitbucket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codelibs.fess</groupId>
    <artifactId>fess-ds-gitbucket</artifactId>
    <version>14.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codelibs.fess : fess-ds-gitbucket gradle dependency to your build.gradle file:

implementation 'org.codelibs.fess:fess-ds-gitbucket:14.9.0'

Gradle Kotlin DSL: Add the following org.codelibs.fess : fess-ds-gitbucket gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codelibs.fess:fess-ds-gitbucket:14.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codelibs.fess : fess-ds-gitbucket sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codelibs.fess" % "fess-ds-gitbucket" % "14.9.0"

Advertisement