| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJava 8 Languages Data | 
        
| GroupId | GroupIdorg.springframework.data.build | 
    
| ArtifactId | ArtifactIdspring-data-java8-stub | 
    
| Version | Version1.4.6.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSpring Data Build - Java 8 Stubs 
            Modules to centralize common resources and configuration for Spring Data Maven builds. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.springframework.data.build/spring-data-java8-stub/ -->
<dependency>
    <groupId>org.springframework.data.build</groupId>
    <artifactId>spring-data-java8-stub</artifactId>
    <version>1.4.6.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.data.build/spring-data-java8-stub/
implementation 'org.springframework.data.build:spring-data-java8-stub:1.4.6.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.data.build/spring-data-java8-stub/
implementation ("org.springframework.data.build:spring-data-java8-stub:1.4.6.RELEASE")
                'org.springframework.data.build:spring-data-java8-stub:jar:1.4.6.RELEASE'
                <dependency org="org.springframework.data.build" name="spring-data-java8-stub" rev="1.4.6.RELEASE">
  <artifact name="spring-data-java8-stub" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.data.build', module='spring-data-java8-stub', version='1.4.6.RELEASE')
)
                libraryDependencies += "org.springframework.data.build" % "spring-data-java8-stub" % "1.4.6.RELEASE"
                [org.springframework.data.build/spring-data-java8-stub "1.4.6.RELEASE"]