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