| Categories |
CategoriesLeaf Data Databases |
|---|---|
| GroupId | GroupIdcool.solr |
| ArtifactId | ArtifactIdsolr-thymeleaf |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| solr-thymeleaf-1.1.0.pom | |
| solr-thymeleaf-1.1.0.jar | 12 KB |
| solr-thymeleaf-1.1.0-sources.jar | 8 KB |
| solr-thymeleaf-1.1.0-javadoc.jar | 46 KB |
| solr-thymeleaf-1.1.0-jar-with-dependencies.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/cool.solr/solr-thymeleaf/ -->
<dependency>
<groupId>cool.solr</groupId>
<artifactId>solr-thymeleaf</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cool.solr/solr-thymeleaf/
implementation 'cool.solr:solr-thymeleaf:1.1.0'
// https://jarcasting.com/artifacts/cool.solr/solr-thymeleaf/
implementation ("cool.solr:solr-thymeleaf:1.1.0")
'cool.solr:solr-thymeleaf:jar:1.1.0'
<dependency org="cool.solr" name="solr-thymeleaf" rev="1.1.0">
<artifact name="solr-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.solr', module='solr-thymeleaf', version='1.1.0')
)
libraryDependencies += "cool.solr" % "solr-thymeleaf" % "1.1.0"
[cool.solr/solr-thymeleaf "1.1.0"]