MVN

org.randombits.confluence : confluence-filtering

Maven & Gradle

Jan 04, 2011
3 usages

Confluence Filtering · This is a support library for Confluence plugins, providing some common filtering utilities.

<dependency>
    <groupId>org.randombits.confluence</groupId>
    <artifactId>confluence-filtering</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.randombits.confluence : confluence-filtering to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0

All Versions

Choose a version of org.randombits.confluence : confluence-filtering to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
confluence-filtering-3.3.0

How to add a dependency to Maven

Add the following org.randombits.confluence : confluence-filtering maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.randombits.confluence</groupId>
    <artifactId>confluence-filtering</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.randombits.confluence : confluence-filtering gradle dependency to your build.gradle file:

implementation 'org.randombits.confluence:confluence-filtering:3.3.0'

Gradle Kotlin DSL: Add the following org.randombits.confluence : confluence-filtering gradle kotlin dependency to your build.gradle.kts file:

implementation("org.randombits.confluence:confluence-filtering:3.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.randombits.confluence : confluence-filtering sbt scala dependency to your build.sbt file:

libraryDependencies += "org.randombits.confluence" % "confluence-filtering" % "3.3.0"