| Categories | CategoriesData | 
|---|---|
| GroupId | GroupIdorg.springframework.data | 
| ArtifactId | ArtifactIdspring-data-solr | 
| Version | Version4.0.9.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>4.0.9.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.data/spring-data-solr/
implementation 'org.springframework.data:spring-data-solr:4.0.9.RELEASE'// https://jarcasting.com/artifacts/org.springframework.data/spring-data-solr/
implementation ("org.springframework.data:spring-data-solr:4.0.9.RELEASE")'org.springframework.data:spring-data-solr:jar:4.0.9.RELEASE'<dependency org="org.springframework.data" name="spring-data-solr" rev="4.0.9.RELEASE">
  <artifact name="spring-data-solr" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.data', module='spring-data-solr', version='4.0.9.RELEASE')
)libraryDependencies += "org.springframework.data" % "spring-data-solr" % "4.0.9.RELEASE"[org.springframework.data/spring-data-solr "4.0.9.RELEASE"]