MVN

com.mikepenz : multiplatform-markdown-renderer-jvm

Maven & Gradle

Aug 15, 2023
294 stars

Multiplatform Markdown Renderer · Kotlin Multiplatform Markdown Renderer. (Android, Desktop, ...) powered by Compose Multiplatform

<dependency>
    <groupId>com.mikepenz</groupId>
    <artifactId>multiplatform-markdown-renderer-jvm</artifactId>
    <version>0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mikepenz : multiplatform-markdown-renderer-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of com.mikepenz : multiplatform-markdown-renderer-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
multiplatform-markdown-renderer-jvm-0.7.1
multiplatform-markdown-renderer-jvm-0.7.0
0.6.x
multiplatform-markdown-renderer-jvm-0.6.1
multiplatform-markdown-renderer-jvm-0.6.0
0.5.x
multiplatform-markdown-renderer-jvm-0.5.0
0.4.x
multiplatform-markdown-renderer-jvm-0.4.0
0.3.x
multiplatform-markdown-renderer-jvm-0.3.0
0.2.x
multiplatform-markdown-renderer-jvm-0.2.2
multiplatform-markdown-renderer-jvm-0.2.1
multiplatform-markdown-renderer-jvm-0.2.0
0.1.x
multiplatform-markdown-renderer-jvm-0.1.0
0.0.x
multiplatform-markdown-renderer-jvm-0.0.1

How to add a dependency to Maven

Add the following com.mikepenz : multiplatform-markdown-renderer-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mikepenz</groupId>
    <artifactId>multiplatform-markdown-renderer-jvm</artifactId>
    <version>0.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mikepenz : multiplatform-markdown-renderer-jvm gradle dependency to your build.gradle file:

implementation 'com.mikepenz:multiplatform-markdown-renderer-jvm:0.7.1'

Gradle Kotlin DSL: Add the following com.mikepenz : multiplatform-markdown-renderer-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mikepenz:multiplatform-markdown-renderer-jvm:0.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mikepenz : multiplatform-markdown-renderer-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mikepenz" % "multiplatform-markdown-renderer-jvm" % "0.7.1"