| Categories | 
                CategoriesData | 
        
|---|---|
| GroupId | GroupIdorg.springframework.data | 
    
| ArtifactId | ArtifactIdspring-cql | 
    
| Version | Version1.0.2.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| spring-cql-1.0.2.RELEASE.pom | |
| spring-cql-1.0.2.RELEASE.jar | 218 KB | 
| spring-cql-1.0.2.RELEASE-tests.jar | 164 KB | 
| spring-cql-1.0.2.RELEASE-sources.jar | 156 KB | 
| spring-cql-1.0.2.RELEASE-javadoc.jar | 906 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-cql/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-cql</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.data/spring-cql/
implementation 'org.springframework.data:spring-cql:1.0.2.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.data/spring-cql/
implementation ("org.springframework.data:spring-cql:1.0.2.RELEASE")
                'org.springframework.data:spring-cql:jar:1.0.2.RELEASE'
                <dependency org="org.springframework.data" name="spring-cql" rev="1.0.2.RELEASE">
  <artifact name="spring-cql" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.data', module='spring-cql', version='1.0.2.RELEASE')
)
                libraryDependencies += "org.springframework.data" % "spring-cql" % "1.0.2.RELEASE"
                [org.springframework.data/spring-cql "1.0.2.RELEASE"]