Categories |
CategoriesLeaf Data Databases Search Business Logic Libraries |
---|---|
GroupId | GroupIdcom.s24.search.solr |
ArtifactId | ArtifactIdsolr-thymeleaf |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.s24.search.solr/solr-thymeleaf/ -->
<dependency>
<groupId>com.s24.search.solr</groupId>
<artifactId>solr-thymeleaf</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.s24.search.solr/solr-thymeleaf/
implementation 'com.s24.search.solr:solr-thymeleaf:0.9.0'
// https://jarcasting.com/artifacts/com.s24.search.solr/solr-thymeleaf/
implementation ("com.s24.search.solr:solr-thymeleaf:0.9.0")
'com.s24.search.solr:solr-thymeleaf:jar:0.9.0'
<dependency org="com.s24.search.solr" name="solr-thymeleaf" rev="0.9.0">
<artifact name="solr-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.s24.search.solr', module='solr-thymeleaf', version='0.9.0')
)
libraryDependencies += "com.s24.search.solr" % "solr-thymeleaf" % "0.9.0"
[com.s24.search.solr/solr-thymeleaf "0.9.0"]