MVN

ru.circumflex : circumflex-md

Maven & Gradle

Nov 24, 2010
2 usages

Circumflex Markdown · Scala port of http://daringfireball.net/projects/markdown.

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

Latest Version

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

  • Latest Stable: 1.2
  • Latest Release Candidate: 2.0.RC2

All Versions

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

Version Vulnerabilities Updated
2.0.x
circumflex-md-2.0.RC2
circumflex-md-2.0.RC1
1.2
circumflex-md-1.2
1.1
circumflex-md-1.1
1.0
circumflex-md-1.0
0.3
circumflex-md-0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.circumflex</groupId>
    <artifactId>circumflex-md</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ru.circumflex:circumflex-md:1.2'

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

implementation("ru.circumflex:circumflex-md:1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "ru.circumflex" % "circumflex-md" % "1.2"

Advertisement