MVN

se.alipsa : mdr

Maven & Gradle

Aug 16, 2022
1 usages
1 stars

mdr · Converts mdr files (markdown with support for R code) into markdown, html, or pdf. This Renjin extension (package) is similar to rmd files with the difference that there is no knitting. The R syntax snippets should return markdown code, i.e. no "magic" conversions. This gives you better control of the output.

<dependency>
    <groupId>se.alipsa</groupId>
    <artifactId>mdr</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.alipsa : mdr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of se.alipsa : mdr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
mdr-1.5.2
mdr-1.5.1
mdr-1.5.0

How to add a dependency to Maven

Add the following se.alipsa : mdr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.alipsa</groupId>
    <artifactId>mdr</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.alipsa : mdr gradle dependency to your build.gradle file:

implementation 'se.alipsa:mdr:1.5.2'

Gradle Kotlin DSL: Add the following se.alipsa : mdr gradle kotlin dependency to your build.gradle.kts file:

implementation("se.alipsa:mdr:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.alipsa : mdr sbt scala dependency to your build.sbt file:

libraryDependencies += "se.alipsa" % "mdr" % "1.5.2"

Advertisement

Dependencies from Group

Dec 09, 2021
2 usages
1 stars
Aug 16, 2022
2 usages
0 stars
Mar 25, 2022
1 usages
6 stars
Mar 26, 2022
1 usages
1 stars
Oct 30, 2020
1 usages
8 stars

Discover Dependencies