You can download spring-data-commons-core-1.0.0.release.jar in this page.
Apache Open Source
spring-data-commons-core-1.0.0.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.springframework.data/spring-data-commons-core/pom.properties META-INF/maven/org.springframework.data/spring-data-commons-core/pom.xml META-INF/spring.schemas org.springframework.data.annotation.Id.class org.springframework.data.annotation.PersistenceConstructor.class org.springframework.data.annotation.Persistent.class org.springframework.data.annotation.Reference.class org.springframework.data.annotation.Transient.class org.springframework.data.domain.Auditable.class org.springframework.data.domain.AuditorAware.class org.springframework.data.domain.Page.class org.springframework.data.domain.PageImpl.class org.springframework.data.domain.PageRequest.class org.springframework.data.domain.Pageable.class org.springframework.data.domain.Persistable.class org.springframework.data.domain.Sort.class org.springframework.data.mapping.AssociationHandler.class org.springframework.data.mapping.BasicMappingContext.class org.springframework.data.mapping.BasicPersistentEntity.class org.springframework.data.mapping.BasicPersistentProperty.class org.springframework.data.mapping.MappingBeanHelper.class org.springframework.data.mapping.PropertyHandler.class org.springframework.data.mapping.context.MappingContextAware.class org.springframework.data.mapping.context.MappingContextAwareBeanPostProcessor.class org.springframework.data.mapping.event.MappingContextEvent.class org.springframework.data.mapping.model.Association.class org.springframework.data.mapping.model.IllegalMappingException.class org.springframework.data.mapping.model.MappingConfigurationException.class org.springframework.data.mapping.model.MappingContext.class org.springframework.data.mapping.model.MappingException.class org.springframework.data.mapping.model.MappingInstantiationException.class org.springframework.data.mapping.model.PersistentEntity.class org.springframework.data.mapping.model.PersistentProperty.class org.springframework.data.mapping.model.PreferredConstructor.class org.springframework.data.persistence.AbstractConstructorEntityInstantiator.class org.springframework.data.persistence.ChangeSet.class org.springframework.data.persistence.ChangeSetBacked.class org.springframework.data.persistence.ChangeSetConfiguration.class org.springframework.data.persistence.ChangeSetPersister.class org.springframework.data.persistence.ChangeSetSynchronizer.class org.springframework.data.persistence.EntityInstantiator.class org.springframework.data.persistence.HashMapChangeSet.class org.springframework.data.persistence.StateBackedCreator.class org.springframework.data.persistence.StateProvider.class org.springframework.data.repository.NoRepositoryBean.class org.springframework.data.repository.PagingAndSortingRepository.class org.springframework.data.repository.Repository.class org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser.class org.springframework.data.repository.config.AutomaticRepositoryConfigInformation.class org.springframework.data.repository.config.CommonRepositoryConfigInformation.class org.springframework.data.repository.config.GlobalRepositoryConfigInformation.class org.springframework.data.repository.config.ManualRepositoryConfigInformation.class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation.class org.springframework.data.repository.config.RepositoryConfig.class org.springframework.data.repository.config.SingleRepositoryConfigInformation.class org.springframework.data.repository.config.TypeFilterParser.class org.springframework.data.repository.query.Param.class org.springframework.data.repository.query.Parameter.class org.springframework.data.repository.query.ParameterAccessor.class org.springframework.data.repository.query.ParameterOutOfBoundsException.class org.springframework.data.repository.query.Parameters.class org.springframework.data.repository.query.ParametersParameterAccessor.class org.springframework.data.repository.query.QueryCreationException.class org.springframework.data.repository.query.QueryLookupStrategy.class org.springframework.data.repository.query.QueryMethod.class org.springframework.data.repository.query.RepositoryQuery.class org.springframework.data.repository.query.parser.AbstractQueryCreator.class org.springframework.data.repository.query.parser.OrderBySource.class org.springframework.data.repository.query.parser.Part.class org.springframework.data.repository.query.parser.PartTree.class org.springframework.data.repository.query.parser.Property.class org.springframework.data.repository.support.AbstractEntityInformation.class org.springframework.data.repository.support.DefaultRepositoryInformation.class org.springframework.data.repository.support.DefaultRepositoryMetadata.class org.springframework.data.repository.support.DomainClassConverter.class org.springframework.data.repository.support.DomainClassPropertyEditor.class org.springframework.data.repository.support.DomainClassPropertyEditorRegistrar.class org.springframework.data.repository.support.EntityInformation.class org.springframework.data.repository.support.EntityMetadata.class org.springframework.data.repository.support.PersistableEntityInformation.class org.springframework.data.repository.support.QueryCreationListener.class org.springframework.data.repository.support.RepositoryFactoryBeanSupport.class org.springframework.data.repository.support.RepositoryFactoryInformation.class org.springframework.data.repository.support.RepositoryFactorySupport.class org.springframework.data.repository.support.RepositoryInformation.class org.springframework.data.repository.support.RepositoryInterfaceAwareBeanPostProcessor.class org.springframework.data.repository.support.RepositoryMetadata.class org.springframework.data.repository.support.RepositoryProxyPostProcessor.class org.springframework.data.repository.support.TransactionalRepositoryFactoryBeanSupport.class org.springframework.data.repository.support.TransactionalRepositoryProxyPostProcessor.class org.springframework.data.repository.util.ClassUtils.class org.springframework.data.repository.util.TxUtils.class org.springframework.data.transaction.ChangeSetBackedTransactionSynchronization.class org.springframework.data.transaction.NaiveDoubleTransactionManager.class org.springframework.data.util.ArrayTypeDiscoverer.class org.springframework.data.util.ClassTypeInformation.class org.springframework.data.util.GenericTypeResolver.class org.springframework.data.util.TypeDiscoverer.class org.springframework.data.util.TypeInformation.class org.springframework.data.util.TypeVariableTypeInformation.class org.springframework.data.web.PageableArgumentResolver.class org.springframework.data.web.PageableDefaults.class org/springframework/data/repository/config/spring-repository-1.0.xsd
spring-data-commons-core-1.0.0.release.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.data</groupId> <artifactId>spring-data-commons-parent</artifactId> <version>1.0.0.RELEASE</version> <relativePath>../spring-data-commons-parent/pom.xml</relativePath> </parent> <artifactId>spring-data-commons-core</artifactId> <packaging>jar</packaging> <name>Spring Data Commons Core</name> <dependencies> <!-- Spring --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> <scope>provided</scope> </dependency> <!-- Logging --> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>jsr250-api</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>1.6</version> <optional>true</optional> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>com.springsource.bundlor</groupId> <artifactId>com.springsource.bundlor.maven</artifactId> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-commons-core</artifactId> <version>1.0.0.release</version> </dependency>
If you think the following spring-data-commons-core-1.0.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-data-commons-core-1.0.0.release.jar file