MVN

ru.circumflex : circumflex-markeven

Maven & Gradle

Dec 04, 2012
2 usages

Circumflex Markeven · Circumflex-flavoured text-to-html conversion tool.

<dependency>
    <groupId>ru.circumflex</groupId>
    <artifactId>circumflex-markeven</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.circumflex : circumflex-markeven to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5
  • Latest Release Candidate: 2.0.RC3

All Versions

Choose a version of ru.circumflex : circumflex-markeven to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
circumflex-markeven-2.5
2.4
circumflex-markeven-2.4
2.3
circumflex-markeven-2.3
2.2
circumflex-markeven-2.2
2.1
circumflex-markeven-2.1
2.0.x
circumflex-markeven-2.0.3
circumflex-markeven-2.0.2
circumflex-markeven-2.0.1
circumflex-markeven-2.0.RC3
2.0
circumflex-markeven-2.0

How to add a dependency to Maven

Add the following ru.circumflex : circumflex-markeven maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.circumflex</groupId>
    <artifactId>circumflex-markeven</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.circumflex : circumflex-markeven gradle dependency to your build.gradle file:

implementation 'ru.circumflex:circumflex-markeven:2.5'

Gradle Kotlin DSL: Add the following ru.circumflex : circumflex-markeven gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.circumflex:circumflex-markeven:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.circumflex : circumflex-markeven sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.circumflex" % "circumflex-markeven" % "2.5"

Advertisement