MVN

org.randombits.confluence : confluence-intercom

Maven & Gradle

Jan 18, 2011
1 usages

Confluence Intercom · This is a support library for Confluence plugins, providing some commonly-used classes and libraries.

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

Latest Version

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

  • Latest Stable: 4.1.3

All Versions

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

Version Vulnerabilities Updated
4.1.x
confluence-intercom-4.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.randombits.confluence</groupId>
    <artifactId>confluence-intercom</artifactId>
    <version>4.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.randombits.confluence:confluence-intercom:4.1.3'

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

implementation("org.randombits.confluence:confluence-intercom:4.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.randombits.confluence" % "confluence-intercom" % "4.1.3"

Advertisement