MVN

org.eclipse.mylyn.wikitext : wikitext.confluence

Maven & Gradle

Feb 28, 2009
6 usages
<dependency>
    <groupId>org.eclipse.mylyn.wikitext</groupId>
    <artifactId>wikitext.confluence</artifactId>
    <version>0.9.4.I20090220-1600-e3x</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.mylyn.wikitext : wikitext.confluence to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.4.I20090220-1600-e3x

All Versions

Choose a version of org.eclipse.mylyn.wikitext : wikitext.confluence to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
wikitext.confluence-0.9.4.I20090220-1600-e3x

How to add a dependency to Maven

Add the following org.eclipse.mylyn.wikitext : wikitext.confluence maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.mylyn.wikitext</groupId>
    <artifactId>wikitext.confluence</artifactId>
    <version>0.9.4.I20090220-1600-e3x</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.mylyn.wikitext : wikitext.confluence gradle dependency to your build.gradle file:

implementation 'org.eclipse.mylyn.wikitext:wikitext.confluence:0.9.4.I20090220-1600-e3x'

Gradle Kotlin DSL: Add the following org.eclipse.mylyn.wikitext : wikitext.confluence gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.mylyn.wikitext:wikitext.confluence:0.9.4.I20090220-1600-e3x")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.mylyn.wikitext : wikitext.confluence sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.mylyn.wikitext" % "wikitext.confluence" % "0.9.4.I20090220-1600-e3x"

Advertisement