组织ID: |
org.springframework.data |
项目ID: |
spring-data-commons-core |
版本: |
1.1.0.RELEASE |
最后修改时间: |
2018-07-28 16:08:35 |
包类型: |
jar |
标题: |
Spring Data Commons Core |
大小: |
183.31KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-core</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.data:spring-data-commons-core:1.1.0.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<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.1.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>
<properties>
<querydsl.version>2.2.0</querydsl.version>
</properties>
<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-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</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>
<dependency>
<groupId>com.mysema.querydsl</groupId>
<artifactId>querydsl-core</artifactId>
<version>${querydsl.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.mysema.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>
<version>${querydsl.version}</version>
<scope>provided</scope>
</dependency>
<!-- EJB Transactions -->
<dependency>
<groupId>javax.ejb</groupId>
<artifactId>ejb-api</artifactId>
<version>3.0</version>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>maven-apt-plugin</artifactId>
<version>1.0.2</version>
<executions>
<execution>
<phase>generate-test-sources</phase>
<goals>
<goal>test-process</goal>
</goals>
<configuration>
<outputDirectory>target/generated-sources/test-annotations</outputDirectory>
<processor>com.mysema.query.apt.QuerydslAnnotationProcessor</processor>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.data.util.GenericTypeResolver.class
org.springframework.data.util.GenericArrayTypeInformation.class
org.springframework.data.util.TypeInformation.class
org.springframework.data.util.TypeVariableTypeInformation.class
org.springframework.data.util.TypeDiscoverer.class
org.springframework.data.util.ClassTypeInformation.class
org.springframework.data.util.ParameterizedTypeInformation.class
org.springframework.data.repository.core.RepositoryInformation.class
org.springframework.data.repository.core.EntityInformation.class
org.springframework.data.repository.core.support.PropertiesBasedNamedQueries.class
org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport.class
org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.class
org.springframework.data.repository.core.support.RepositoryFactoryInformation.class
org.springframework.data.repository.core.support.RepositoryInterfaceAwareBeanPostProcessor.class
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.class
org.springframework.data.repository.core.support.TransactionalRepositoryProxyPostProcessor$AbstractFallbackTransactionAttributeSource$DefaultCacheKey.class
org.springframework.data.repository.core.support.TransactionalRepositoryProxyPostProcessor$AbstractFallbackTransactionAttributeSource.class
org.springframework.data.repository.core.support.QueryCreationListener.class
org.springframework.data.repository.core.support.AbstractEntityInformation.class
org.springframework.data.repository.core.support.DefaultRepositoryMetadata.class
org.springframework.data.repository.core.support.RepositoryFactorySupport.class
org.springframework.data.repository.core.support.AnnotationRepositoryMetadata.class
org.springframework.data.repository.core.support.TransactionalRepositoryProxyPostProcessor$CustomAnnotationTransactionAttributeSource.class
org.springframework.data.repository.core.support.RepositoryProxyPostProcessor.class
org.springframework.data.repository.core.support.TransactionalRepositoryProxyPostProcessor.class
org.springframework.data.repository.core.support.PersistableEntityInformation.class
org.springframework.data.repository.core.support.DefaultRepositoryInformation.class
org.springframework.data.repository.core.EntityMetadata.class
org.springframework.data.repository.core.NamedQueries.class
org.springframework.data.repository.core.RepositoryMetadata.class
org.springframework.data.repository.util.ClassUtils.class
org.springframework.data.repository.util.TxUtils.class
org.springframework.data.repository.NoRepositoryBean.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.Repository.class
org.springframework.data.repository.config.TypeFilterParser$FilterType$4.class
org.springframework.data.repository.config.SingleRepositoryConfigInformation.class
org.springframework.data.repository.config.NamedQueriesBeanDefinitionParser.class
org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser$RepositoryComponentProvider$AnnotationTypeFilter.class
org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser$RepositoryComponentProvider$InterfaceTypeFilter.class
org.springframework.data.repository.config.TypeFilterParser$FilterType.class
org.springframework.data.repository.config.RepositoryConfig.class
org.springframework.data.repository.config.TypeFilterParser.class
org.springframework.data.repository.config.TypeFilterParser$FilterType$3.class
org/springframework/data/repository/config/spring-repository-1.0.xsd
org.springframework.data.repository.config.TypeFilterParser$Type$1.class
org.springframework.data.repository.config.TypeFilterParser$FilterType$5.class
org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation.class
org.springframework.data.repository.config.TypeFilterParser$FilterType$2.class
org.springframework.data.repository.config.CommonRepositoryConfigInformation.class
org.springframework.data.repository.config.TypeFilterParser$FilterType$1.class
org.springframework.data.repository.config.ManualRepositoryConfigInformation.class
org.springframework.data.repository.config.AutomaticRepositoryConfigInformation.class
org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser.class
org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser$RepositoryComponentProvider.class
org.springframework.data.repository.config.TypeFilterParser$1.class
org.springframework.data.repository.config.TypeFilterParser$Type.class
org.springframework.data.repository.config.GlobalRepositoryConfigInformation.class
org.springframework.data.repository.config.TypeFilterParser$Type$2.class
org.springframework.data.repository.PagingAndSortingRepository.class
org.springframework.data.repository.RepositoryDefinition.class
org.springframework.data.repository.query.ParametersParameterAccessor$BindableParameterIterator.class
org.springframework.data.repository.query.QueryMethod.class
org.springframework.data.repository.query.QueryMethod$1.class
org.springframework.data.repository.query.Param.class
org.springframework.data.repository.query.QueryCreationException.class
org.springframework.data.repository.query.ParametersParameterAccessor$1.class
org.springframework.data.repository.query.ParameterAccessor.class
org.springframework.data.repository.query.RepositoryQuery.class
org.springframework.data.repository.query.QueryLookupStrategy.class
org.springframework.data.repository.query.ParameterOutOfBoundsException.class
org.springframework.data.repository.query.parser.Property.class
org.springframework.data.repository.query.parser.Part$Type.class
org.springframework.data.repository.query.parser.Part.class
org.springframework.data.repository.query.parser.OrderBySource.class
org.springframework.data.repository.query.parser.AbstractQueryCreator.class
org.springframework.data.repository.query.parser.PartTree$OrPart.class
org.springframework.data.repository.query.parser.PartTree.class
org.springframework.data.repository.query.QueryMethod$Type.class
org.springframework.data.repository.query.ParametersParameterAccessor.class
org.springframework.data.repository.query.Parameters.class
org.springframework.data.repository.query.Parameter.class
org.springframework.data.repository.query.QueryLookupStrategy$Key.class
org.springframework.data.repository.CrudRepository.class
org.springframework.data.mapping.PreferredConstructor.class
org.springframework.data.mapping.PropertyHandler.class
org.springframework.data.mapping.PreferredConstructor$Parameter.class
org.springframework.data.mapping.PersistentEntity.class
org.springframework.data.mapping.context.AbstractMappingContext.class
org.springframework.data.mapping.context.AbstractMappingContext$2.class
org.springframework.data.mapping.context.AbstractMappingContext$1.class
org.springframework.data.mapping.context.MappingContext.class
org.springframework.data.mapping.context.MappingContextAwareBeanPostProcessor.class
org.springframework.data.mapping.context.MappingContextAware.class
org.springframework.data.mapping.model.MutablePersistentEntity.class
org.springframework.data.mapping.model.MappingConfigurationException.class
org.springframework.data.mapping.model.MappingInstantiationException.class
org.springframework.data.mapping.model.BeanWrapper.class
org.springframework.data.mapping.model.MappingException.class
org.springframework.data.mapping.model.PreferredConstructorDiscoverer.class
org.springframework.data.mapping.model.BasicPersistentEntity.class
org.springframework.data.mapping.model.AbstractPersistentProperty.class
org.springframework.data.mapping.model.SimpleTypeHolder.class
org.springframework.data.mapping.model.BasicPersistentEntity$AssociationComparator.class
org.springframework.data.mapping.model.SpELAwareParameterValueProvider.class
org.springframework.data.mapping.model.ParameterValueProvider.class
org.springframework.data.mapping.model.IllegalMappingException.class
org.springframework.data.mapping.model.AnnotationBasedPersistentProperty.class
org.springframework.data.mapping.PersistentProperty.class
org.springframework.data.mapping.Association.class
org.springframework.data.mapping.AssociationHandler.class
org.springframework.data.mapping.event.MappingContextEvent.class
org.springframework.data.transaction.ChangeSetBackedTransactionSynchronization.class
org.springframework.data.transaction.NaiveDoubleTransactionManager$1.class
org.springframework.data.transaction.NaiveDoubleTransactionManager.class
org.springframework.data.transaction.NaiveDoubleTransactionManager$2.class
org.springframework.data.authentication.UserCredentials.class
org.springframework.data.persistence.ChangeSetBacked.class
org.springframework.data.persistence.ChangeSetPersister$NotFoundException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
servlet-api-2.5.jar
/javax.servlet/servlet-api/2.5
查看servlet-api所有版本文件
joda-time-1.6.jar
/joda-time/joda-time/1.6
查看joda-time所有版本文件
querydsl-core-${querydsl.version}.jar
/com.mysema.querydsl/querydsl-core/${querydsl.version}
查看querydsl-core所有版本文件
querydsl-apt-${querydsl.version}.jar
/com.mysema.querydsl/querydsl-apt/${querydsl.version}
查看querydsl-apt所有版本文件
ejb-api-3.0.jar
/javax.ejb/ejb-api/3.0
查看ejb-api所有版本文件
|