MVN

org.sevensource.magnolia : magnolia-thymeleaf-renderer-module

Maven & Gradle

Feb 11, 2020
1 usages
0 stars

Magnolia Thymeleaf Renderer

<dependency>
    <groupId>org.sevensource.magnolia</groupId>
    <artifactId>magnolia-thymeleaf-renderer-module</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sevensource.magnolia : magnolia-thymeleaf-renderer-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of org.sevensource.magnolia : magnolia-thymeleaf-renderer-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
magnolia-thymeleaf-renderer-module-1.3.5
magnolia-thymeleaf-renderer-module-1.3.4
magnolia-thymeleaf-renderer-module-1.3.2
1.3
magnolia-thymeleaf-renderer-module-1.3
1.2
magnolia-thymeleaf-renderer-module-1.2
1.1.x
magnolia-thymeleaf-renderer-module-1.1.0
1.0.x
magnolia-thymeleaf-renderer-module-1.0.2
magnolia-thymeleaf-renderer-module-1.0.0
0.9.x
magnolia-thymeleaf-renderer-module-0.9.10
magnolia-thymeleaf-renderer-module-0.9.9
magnolia-thymeleaf-renderer-module-0.9.8
magnolia-thymeleaf-renderer-module-0.9.7
magnolia-thymeleaf-renderer-module-0.9.3

How to add a dependency to Maven

Add the following org.sevensource.magnolia : magnolia-thymeleaf-renderer-module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sevensource.magnolia</groupId>
    <artifactId>magnolia-thymeleaf-renderer-module</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sevensource.magnolia : magnolia-thymeleaf-renderer-module gradle dependency to your build.gradle file:

implementation 'org.sevensource.magnolia:magnolia-thymeleaf-renderer-module:1.3.5'

Gradle Kotlin DSL: Add the following org.sevensource.magnolia : magnolia-thymeleaf-renderer-module gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sevensource.magnolia:magnolia-thymeleaf-renderer-module:1.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sevensource.magnolia : magnolia-thymeleaf-renderer-module sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sevensource.magnolia" % "magnolia-thymeleaf-renderer-module" % "1.3.5"