| Categories | CategoriesData | 
|---|---|
| GroupId | GroupIdorg.springframework.data | 
| ArtifactId | ArtifactIdspring-data-solr | 
| Version | Version1.5.4.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-solr/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-solr</artifactId>
    <version>1.5.4.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.data/spring-data-solr/
implementation 'org.springframework.data:spring-data-solr:1.5.4.RELEASE'// https://jarcasting.com/artifacts/org.springframework.data/spring-data-solr/
implementation ("org.springframework.data:spring-data-solr:1.5.4.RELEASE")'org.springframework.data:spring-data-solr:jar:1.5.4.RELEASE'<dependency org="org.springframework.data" name="spring-data-solr" rev="1.5.4.RELEASE">
  <artifact name="spring-data-solr" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.data', module='spring-data-solr', version='1.5.4.RELEASE')
)libraryDependencies += "org.springframework.data" % "spring-data-solr" % "1.5.4.RELEASE"[org.springframework.data/spring-data-solr "1.5.4.RELEASE"]