MVN

org.kefirsf : kefirbb

Maven & Gradle

Oct 18, 2016
85 stars

KefirBB · KefirBB is a Java-library for text processing. Initially it was developed for BB2HTML translation. But flexible configuration allows to use it in different cases. For example for parsing Markdown, Textile, and for HTML filtration.

<dependency>
    <groupId>org.kefirsf</groupId>
    <artifactId>kefirbb</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kefirsf : kefirbb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of org.kefirsf : kefirbb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
kefirbb-1.5
1.4
kefirbb-1.4
1.3
kefirbb-1.3
1.2
kefirbb-1.2
1.1
kefirbb-1.1
1.0
kefirbb-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.kefirsf</groupId>
    <artifactId>kefirbb</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kefirsf : kefirbb gradle dependency to your build.gradle file:

implementation 'org.kefirsf:kefirbb:1.5'

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

implementation("org.kefirsf:kefirbb:1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kefirsf : kefirbb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kefirsf" % "kefirbb" % "1.5"

Advertisement