组织ID: |
org.springframework.data |
项目ID: |
spring-data-rest-core |
版本: |
2.4.1.RELEASE |
最后修改时间: |
2018-07-28 18:14:42 |
包类型: |
jar |
标题: |
Spring Data REST - Core |
描述: |
Spring Data REST - Core |
大小: |
105.22KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-core</artifactId>
<version>2.4.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.data:spring-data-rest-core:2.4.1.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-rest-core</artifactId>
<name>Spring Data REST - Core</name>
<description>Spring Data REST - Core</description>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>2.4.1.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<springplugin>1.2.0.RELEASE</springplugin>
<evoinflector>1.2.1</evoinflector>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>${spring-hateoas}</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>${springdata.commons}</version>
</dependency>
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
<version>${springplugin}</version>
</dependency>
<dependency>
<groupId>org.atteo</groupId>
<artifactId>evo-inflector</artifactId>
<version>${evoinflector}</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>${jodatime}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava}</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.data.rest.core.mapping.ResourceMapping.class
org.springframework.data.rest.core.mapping.ResolvableResourceDescriptionSupport.class
org.springframework.data.rest.core.mapping.ResourceType.class
org.springframework.data.rest.core.mapping.TypedResourceDescription.class
org.springframework.data.rest.core.mapping.AnnotationBasedResourceDescription.class
org.springframework.data.rest.core.mapping.CrudMethodsSupportedHttpMethods$ExposureAwareCrudMethods.class
org.springframework.data.rest.core.mapping.ParameterMetadata.class
org.springframework.data.rest.core.mapping.SupportedHttpMethods.class
org.springframework.data.rest.core.mapping.RepositoryAwareResourceMetadata.class
org.springframework.data.rest.core.mapping.RepositoryMethodResourceMapping.class
org.springframework.data.rest.core.mapping.CrudMethodsSupportedHttpMethods$1.class
org.springframework.data.rest.core.mapping.RepositoryCollectionResourceMapping.class
org.springframework.data.rest.core.mapping.MappingResourceMetadata.class
org.springframework.data.rest.core.mapping.ResourceMetadata.class
org.springframework.data.rest.core.mapping.ResourceMappings.class
org.springframework.data.rest.core.mapping.MappingResourceMetadata$PropertyMappings.class
org.springframework.data.rest.core.mapping.PersistentPropertyResourceMapping.class
org.springframework.data.rest.core.mapping.MethodResourceMapping.class
org.springframework.data.rest.core.mapping.CollectionResourceMapping.class
org.springframework.data.rest.core.mapping.CrudMethodsSupportedHttpMethods.class
org.springframework.data.rest.core.mapping.TypeBasedCollectionResourceMapping.class
org.springframework.data.rest.core.mapping.ParametersMetadata.class
org.springframework.data.rest.core.mapping.ResourceDescription.class
org.springframework.data.rest.core.mapping.PropertyAwareResourceMapping.class
org.springframework.data.rest.core.mapping.RepositoryResourceMappings.class
org.springframework.data.rest.core.mapping.SupportedHttpMethods$NoSupportedMethods.class
org.springframework.data.rest.core.mapping.PersistentEntitiesResourceMappings.class
org.springframework.data.rest.core.mapping.SimpleResourceDescription.class
org.springframework.data.rest.core.mapping.CrudMethodsSupportedHttpMethods$DefaultExposureAwareCrudMethods.class
org.springframework.data.rest.core.mapping.EvoInflectorTypeBasedCollectionResourceMapping.class
org.springframework.data.rest.core.mapping.SearchResourceMappings.class
org.springframework.data.rest.core.Path.class
org.springframework.data.rest.core.util.Methods$1.class
org.springframework.data.rest.core.util.Methods.class
org.springframework.data.rest.core.util.Function.class
org.springframework.data.rest.core.util.MapUtils.class
org.springframework.data.rest.core.annotation.RepositoryRestResource.class
org.springframework.data.rest.core.annotation.RepositoryRestResource$None.class
org.springframework.data.rest.core.annotation.HandleBeforeLinkDelete.class
org.springframework.data.rest.core.annotation.HandleAfterDelete.class
org.springframework.data.rest.core.annotation.HandleBeforeCreate.class
org.springframework.data.rest.core.annotation.HandleBeforeSave.class
org.springframework.data.rest.core.annotation.RepositoryEventHandler.class
org.springframework.data.rest.core.annotation.HandleBeforeLinkSave.class
org.springframework.data.rest.core.annotation.HandleAfterLinkDelete.class
org.springframework.data.rest.core.annotation.HandleAfterLinkSave.class
org.springframework.data.rest.core.annotation.RestResource.class
org.springframework.data.rest.core.annotation.HandleAfterCreate.class
org.springframework.data.rest.core.annotation.Description.class
org.springframework.data.rest.core.annotation.HandleAfterSave.class
org.springframework.data.rest.core.annotation.HandleBeforeDelete.class
org.springframework.data.rest.core.UriToEntityConverter.class
org.springframework.data.rest.core.config.ResourceMapping.class
org.springframework.data.rest.core.config.EnumTranslationConfiguration.class
org.springframework.data.rest.core.config.ResourceMappingConfiguration.class
org.springframework.data.rest.core.config.ProjectionDefinitionConfiguration$ProjectionDefinitionKey.class
org.springframework.data.rest.core.config.JsonSchemaFormat.class
org.springframework.data.rest.core.config.RepositoryRestConfiguration.class
org.springframework.data.rest.core.config.ProjectionDefinitionConfiguration.class
org.springframework.data.rest.core.config.MetadataConfiguration.class
org.springframework.data.rest.core.config.Projection.class
org.springframework.data.rest.core.support.DomainObjectMerger.class
org.springframework.data.rest.core.support.UnwrappingRepositoryInvokerFactory$2.class
org.springframework.data.rest.core.support.ResourceStringUtils.class
org.springframework.data.rest.core.support.DomainObjectMerger$1.class
org.springframework.data.rest.core.support.RepositoryRelProvider.class
org.springframework.data.rest.core.support.UnwrappingRepositoryInvokerFactory.class
org.springframework.data.rest.core.support.UnwrappingRepositoryInvokerFactory$1.class
org.springframework.data.rest.core.support.DomainObjectMerger$NullHandlingPolicy.class
org.springframework.data.rest.core.support.UnwrappingRepositoryInvokerFactory$UnwrappingRepositoryInvoker.class
org.springframework.data.rest.core.support.SimpleRelProvider.class
org.springframework.data.rest.core.support.ResourceMappingUtils.class
org.springframework.data.rest.core.support.DomainObjectMerger$2.class
org.springframework.data.rest.core.ValidationErrors.class
org.springframework.data.rest.core.projection.ProjectionDefinitions.class
org.springframework.data.rest.core.RepositoryConstraintViolationException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-hateoas-${spring-hateoas}.jar
/org.springframework.hateoas/spring-hateoas/${spring-hateoas}
查看spring-hateoas所有版本文件
spring-data-commons-${springdata.commons}.jar
/org.springframework.data/spring-data-commons/${springdata.commons}
查看spring-data-commons所有版本文件
spring-plugin-core-${springplugin}.jar
/org.springframework.plugin/spring-plugin-core/${springplugin}
查看spring-plugin-core所有版本文件
evo-inflector-${evoinflector}.jar
/org.atteo/evo-inflector/${evoinflector}
查看evo-inflector所有版本文件
joda-time-${jodatime}.jar
/joda-time/joda-time/${jodatime}
查看joda-time所有版本文件
jackson-annotations-${jackson}.jar
/com.fasterxml.jackson.core/jackson-annotations/${jackson}
查看jackson-annotations所有版本文件
guava-${guava}.jar
/com.google.guava/guava/${guava}
查看guava所有版本文件
|