MVN

net.sourceforge : jwbf

Maven & Gradle

Aug 06, 2016
6 usages
75 stars

JWBF · Java Wiki Bot Framework - A Wiki helper

<dependency>
    <groupId>net.sourceforge</groupId>
    <artifactId>jwbf</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge : jwbf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of net.sourceforge : jwbf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
jwbf-3.1.1
jwbf-3.1.0
3.0.x
jwbf-3.0.0
2.1.x
jwbf-2.1.0
2.0.x
jwbf-2.0.0
1.3.x
jwbf-1.3.3
jwbf-1.3.2
jwbf-1.3.1
jwbf-1.3.0
1.2
jwbf-1.2-186

How to add a dependency to Maven

Add the following net.sourceforge : jwbf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge</groupId>
    <artifactId>jwbf</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge : jwbf gradle dependency to your build.gradle file:

implementation 'net.sourceforge:jwbf:3.1.1'

Gradle Kotlin DSL: Add the following net.sourceforge : jwbf gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge:jwbf:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge : jwbf sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge" % "jwbf" % "3.1.1"

Advertisement