MVN

com.vladsch.flexmark : flexmark-ext-resizable-image

Maven & Gradle

May 23, 2023
3 usages

flexmark-java extension for image's size · flexmark-java extension to set the size of the images

<dependency>
    <groupId>com.vladsch.flexmark</groupId>
    <artifactId>flexmark-ext-resizable-image</artifactId>
    <version>0.64.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vladsch.flexmark : flexmark-ext-resizable-image to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.64.8

All Versions

Choose a version of com.vladsch.flexmark : flexmark-ext-resizable-image to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.64.x
flexmark-ext-resizable-image-0.64.8
flexmark-ext-resizable-image-0.64.6
flexmark-ext-resizable-image-0.64.4
flexmark-ext-resizable-image-0.64.2
flexmark-ext-resizable-image-0.64.0

How to add a dependency to Maven

Add the following com.vladsch.flexmark : flexmark-ext-resizable-image maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vladsch.flexmark</groupId>
    <artifactId>flexmark-ext-resizable-image</artifactId>
    <version>0.64.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vladsch.flexmark : flexmark-ext-resizable-image gradle dependency to your build.gradle file:

implementation 'com.vladsch.flexmark:flexmark-ext-resizable-image:0.64.8'

Gradle Kotlin DSL: Add the following com.vladsch.flexmark : flexmark-ext-resizable-image gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vladsch.flexmark:flexmark-ext-resizable-image:0.64.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vladsch.flexmark : flexmark-ext-resizable-image sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-resizable-image" % "0.64.8"

Advertisement