MVN

cool.solr : solr-thymeleaf

Maven & Gradle

Jul 05, 2022
0 stars

solr-thymeleaf · A Solr response writer using the Thymeleaf templating engine

<dependency>
    <groupId>cool.solr</groupId>
    <artifactId>solr-thymeleaf</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cool.solr : solr-thymeleaf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of cool.solr : solr-thymeleaf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
solr-thymeleaf-1.5.0
1.4.x
solr-thymeleaf-1.4.2
solr-thymeleaf-1.4.1
solr-thymeleaf-1.4.0
1.3.x
solr-thymeleaf-1.3.3
solr-thymeleaf-1.3.2
solr-thymeleaf-1.3.0
1.2.x
solr-thymeleaf-1.2.2
solr-thymeleaf-1.2.1
solr-thymeleaf-1.2.0
1.1.x
solr-thymeleaf-1.1.0

How to add a dependency to Maven

Add the following cool.solr : solr-thymeleaf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cool.solr</groupId>
    <artifactId>solr-thymeleaf</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cool.solr : solr-thymeleaf gradle dependency to your build.gradle file:

implementation 'cool.solr:solr-thymeleaf:1.5.0'

Gradle Kotlin DSL: Add the following cool.solr : solr-thymeleaf gradle kotlin dependency to your build.gradle.kts file:

implementation("cool.solr:solr-thymeleaf:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cool.solr : solr-thymeleaf sbt scala dependency to your build.sbt file:

libraryDependencies += "cool.solr" % "solr-thymeleaf" % "1.5.0"

Advertisement