MVN

com.github.ayongw : thymeleaf-dynamic-url-dialect

Maven & Gradle

Mar 09, 2020
1 stars

thymeleaf-dynamic-url-dialect · dynamic replace resources url for thymeleaf

<dependency>
    <groupId>com.github.ayongw</groupId>
    <artifactId>thymeleaf-dynamic-url-dialect</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ayongw : thymeleaf-dynamic-url-dialect to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of com.github.ayongw : thymeleaf-dynamic-url-dialect to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
thymeleaf-dynamic-url-dialect-1.3.2
thymeleaf-dynamic-url-dialect-1.3.1
thymeleaf-dynamic-url-dialect-1.3.0
1.2.x
thymeleaf-dynamic-url-dialect-1.2.1
thymeleaf-dynamic-url-dialect-1.2.0
1.0.x
thymeleaf-dynamic-url-dialect-1.0.4
thymeleaf-dynamic-url-dialect-1.0.3
thymeleaf-dynamic-url-dialect-1.0.2
thymeleaf-dynamic-url-dialect-1.0.1
thymeleaf-dynamic-url-dialect-1.0.0

How to add a dependency to Maven

Add the following com.github.ayongw : thymeleaf-dynamic-url-dialect maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ayongw</groupId>
    <artifactId>thymeleaf-dynamic-url-dialect</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ayongw : thymeleaf-dynamic-url-dialect gradle dependency to your build.gradle file:

implementation 'com.github.ayongw:thymeleaf-dynamic-url-dialect:1.3.2'

Gradle Kotlin DSL: Add the following com.github.ayongw : thymeleaf-dynamic-url-dialect gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ayongw:thymeleaf-dynamic-url-dialect:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ayongw : thymeleaf-dynamic-url-dialect sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ayongw" % "thymeleaf-dynamic-url-dialect" % "1.3.2"