Spring Projects

Spring Data - Commons

Spring Commons is part of the umbrella Spring Data project that provides shared infrastructure across the Spring Data projects. Most importantly at the moment it contains technology neutral repository interfaces as well as a metadata model for persisting Java classes. The latest version is 1.1.0.RELEASE

Spring Commons is part of the umbrella Spring Data project that provides shared infrastructure across the Spring Data projects. Most importantly at the moment it contains technology neutral repository interfaces as well as a metadata model for persisting Java classes. The latest version is 1.1.0.RELEASE

#maven

Javadocs HTML
Reference Documentation HTML | PDF
Issue Tracking https://jira.springframework.org/browse/DATACMNS
Source Control https://github.com/SpringSource/spring-data-commons
Source Code Browsing https://fisheye.springsource.org/browse/datacommons
CI Build https://build.springsource.org/browse/SPRINGDATA-DATACMNS

Maven Artifacts

Here is the Spring Milestone Repository:

<repository>
<id>spring-milestone</id>
<name>Spring Maven MILESTONE Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>

Here is the dependency:

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-core</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>

 

Maven Snapshot Repository
<repository>
<id>spring-snapshot</id>
<name>Spring Maven SNAPSHOT Repository</name>
<url>http://s3.amazonaws.com/maven.springframework.org/snapshot</url>
</repository>
Maven Snapshot Dependency
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-dist</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>

Reference Manual (HTML | PDF)
Javadocs

 

 


Quick Jump

Maven Artifacts
Documentation
Issue Tracker

Source Repository
Build Status

 


Documentation

Reference Manual (HTML | PDF)
Javadocs

 


Other Resources

Source Code Browsing (Fisheye)