MVN

com.diffplug.freshmark : freshmark

Maven & Gradle

Dec 17, 2021
21 stars

freshmark · FreshMark - Keep your markdown fresh

<dependency>
    <groupId>com.diffplug.freshmark</groupId>
    <artifactId>freshmark</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.diffplug.freshmark : freshmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of com.diffplug.freshmark : freshmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
freshmark-1.3.1
freshmark-1.3.0
1.2.x
freshmark-1.2.0
1.1.x
freshmark-1.1.0

How to add a dependency to Maven

Add the following com.diffplug.freshmark : freshmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.diffplug.freshmark</groupId>
    <artifactId>freshmark</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.diffplug.freshmark : freshmark gradle dependency to your build.gradle file:

implementation 'com.diffplug.freshmark:freshmark:1.3.1'

Gradle Kotlin DSL: Add the following com.diffplug.freshmark : freshmark gradle kotlin dependency to your build.gradle.kts file:

implementation("com.diffplug.freshmark:freshmark:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.diffplug.freshmark : freshmark sbt scala dependency to your build.sbt file:

libraryDependencies += "com.diffplug.freshmark" % "freshmark" % "1.3.1"

Advertisement

Dependencies from Group

Dec 17, 2021
21 stars

Discover Dependencies

Sep 21, 2015
28 usages
18 stars
Sep 27, 2015
1 usages
Nov 14, 2015
2 usages
3 stars
Feb 11, 2016
1 stars
Sep 23, 2015
5 usages
8 stars
Sep 28, 2015
3 stars
Sep 24, 2015
3 usages
479 stars
Nov 30, 2018
3 usages
591 stars