组织ID: |
org.springframework |
项目ID: |
spring-websocket |
版本: |
4.1.4.RELEASE |
最后修改时间: |
2018-07-26 08:13:23 |
包类型: |
jar |
标题: |
Spring WebSocket |
描述: |
Spring WebSocket |
相关URL: |
https://github.com/spring-projects/spring-framework |
大小: |
378.64KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>4.1.4.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-websocket:4.1.4.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>4.1.4.RELEASE</version>
<name>Spring WebSocket</name>
<description>Spring WebSocket</description>
<url>https://github.com/spring-projects/spring-framework</url>
<organization>
<name>Spring IO</name>
<url>http://projects.spring.io/spring-framework</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jhoeller</id>
<name>Juergen Hoeller</name>
<email>jhoeller@pivotal.io</email>
</developer>
</developers>
<issueManagement>
<system>Jira</system>
<url>https://jira.springsource.org/browse/SPR</url>
</issueManagement>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
<url>https://github.com/spring-projects/spring-framework</url>
</scm>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.4.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>1.1.1.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>1.1.1.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<groupId>org.jboss.spec.javax.servlet</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-annotations-api_1.2_spec</artifactId>
<groupId>org.jboss.spec.javax.annotation</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
<version>1.1.1.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jboss-websocket-api_1.1_spec</artifactId>
<groupId>org.jboss.spec.javax.websocket</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-websocket</artifactId>
<version>8.0.15</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>tomcat-servlet-api</artifactId>
<groupId>org.apache.tomcat</groupId>
</exclusion>
<exclusion>
<artifactId>tomcat-websocket-api</artifactId>
<groupId>org.apache.tomcat</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-client</artifactId>
<version>9.2.6.v20141205</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-server</artifactId>
<version>9.2.6.v20141205</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>javax.servlet</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>9.2.6.v20141205</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>9.2.6.v20141205</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>javax.servlet</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>tyrus-container-servlet</artifactId>
<version>1.3.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>tyrus-core</artifactId>
<version>1.3.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>tyrus-server</artifactId>
<version>1.3.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>tyrus-spi</artifactId>
<version>1.3.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.web.socket.WebSocketMessage.class
org.springframework.web.socket.PongMessage.class
org.springframework.web.socket.CloseStatus.class
org.springframework.web.socket.BinaryMessage.class
org.springframework.web.socket.WebSocketHttpHeaders.class
org.springframework.web.socket.TextMessage.class
org.springframework.web.socket.SubProtocolCapable.class
org.springframework.web.socket.WebSocketHandler.class
org.springframework.web.socket.WebSocketExtension.class
org.springframework.web.socket.AbstractWebSocketMessage.class
org.springframework.web.socket.WebSocketSession.class
org.springframework.web.socket.PingMessage.class
org.springframework.web.socket.adapter.NativeWebSocketSession.class
org.springframework.web.socket.adapter.AbstractWebSocketSession.class
org.springframework.web.socket.adapter.jetty.WebSocketToJettyExtensionConfigAdapter.class
org.springframework.web.socket.adapter.jetty.JettyWebSocketSession.class
org.springframework.web.socket.adapter.jetty.JettyWebSocketHandlerAdapter.class
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport$BinaryEncoder.class
org.springframework.web.socket.adapter.standard.StandardWebSocketHandlerAdapter$4.class
org.springframework.web.socket.adapter.standard.StandardWebSocketHandlerAdapter$1.class
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport$BinaryDecoder.class
org.springframework.web.socket.adapter.standard.StandardWebSocketHandlerAdapter$2.class
org.springframework.web.socket.adapter.standard.StandardWebSocketSession.class
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.class
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport$TextEncoder.class
org.springframework.web.socket.adapter.standard.StandardWebSocketHandlerAdapter$3.class
org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter.class
org.springframework.web.socket.adapter.standard.StandardToWebSocketExtensionAdapter.class
org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter$1.class
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport$TextDecoder.class
org.springframework.web.socket.adapter.standard.StandardWebSocketHandlerAdapter$5.class
org.springframework.web.socket.adapter.standard.StandardWebSocketHandlerAdapter.class
org.springframework.web.socket.client.WebSocketConnectionManager.class
org.springframework.web.socket.client.ConnectionManagerSupport.class
org.springframework.web.socket.client.AbstractWebSocketClient.class
org.springframework.web.socket.client.WebSocketConnectionManager$1.class
org.springframework.web.socket.client.WebSocketClient.class
org.springframework.web.socket.client.jetty.JettyWebSocketClient.class
org.springframework.web.socket.client.jetty.JettyWebSocketClient$1.class
org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager$1.class
org.springframework.web.socket.client.standard.StandardWebSocketClient$StandardWebSocketClientConfigurator.class
org.springframework.web.socket.client.standard.StandardWebSocketClient.class
org.springframework.web.socket.client.standard.EndpointConnectionManager.class
org.springframework.web.socket.client.standard.StandardWebSocketClient$1.class
org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager.class
org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean.class
org.springframework.web.socket.client.standard.EndpointConnectionManager$1.class
org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.class
org.springframework.web.socket.handler.BeanCreatingHandlerProvider.class
org.springframework.web.socket.handler.PerConnectionWebSocketHandler.class
org.springframework.web.socket.handler.SessionLimitExceededException.class
org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator.class
org.springframework.web.socket.handler.AbstractWebSocketHandler.class
org.springframework.web.socket.handler.TextWebSocketHandler.class
org.springframework.web.socket.handler.WebSocketSessionDecorator.class
org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator.class
org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory.class
org.springframework.web.socket.handler.WebSocketHandlerDecorator.class
org.springframework.web.socket.handler.BinaryWebSocketHandler.class
org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser.class
org.springframework.web.socket.config.HandlersBeanDefinitionParser$HandlerMappingStrategy.class
org.springframework.web.socket.config.WebSocketMessageBrokerStats.class
org.springframework.web.socket.config.HandlersBeanDefinitionParser$SockJsHandlerMappingStrategy.class
org.springframework.web.socket.config.WebSocketNamespaceHandler.class
org.springframework.web.socket.config.WebSocketNamespaceUtils.class
org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser$DecoratingFactoryBean.class
org.springframework.web.socket.config.HandlersBeanDefinitionParser$WebSocketHandlerMappingStrategy.class
org.springframework.web.socket.config.HandlersBeanDefinitionParser.class
org.springframework.web.socket.config.WebSocketMessageBrokerStats$1.class
org.springframework.web.socket.config.HandlersBeanDefinitionParser$1.class
org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport.class
org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry.class
org.springframework.web.socket.config.annotation.WebSocketConfigurer.class
org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration$StompSockJsServiceRegistration.class
org.springframework.web.socket.config.annotation.EnableWebSocket.class
org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry.class
org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer.class
org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration.class
org.springframework.web.socket.config.annotation.EnableWebSocketMessageBroker.class
org.springframework.web.socket.config.annotation.WebSocketTransportRegistration.class
org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration.class
org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration.class
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport.class
org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration.class
org.springframework.web.socket.config.annotation.StompEndpointRegistry.class
org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration.class
org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration.class
org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration.class
org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry.class
org.springframework.web.socket.config.annotation.SockJsServiceRegistration.class
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer.class
org.springframework.web.socket.server.RequestUpgradeStrategy.class
org.springframework.web.socket.server.HandshakeInterceptor.class
org.springframework.web.socket.server.HandshakeFailureException.class
org.springframework.web.socket.server.HandshakeHandler.class
org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy$WebSocketHandlerContainer.class
org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.class
org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy$1.class
org.springframework.web.socket.server.standard.ServerEndpointRegistration.class
org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy$Tyrus135EndpointHelper.class
org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy$EndpointInstanceFactory$1.class
org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy.class
org.springframework.web.socket.server.standard.ServerEndpointExporter.class
org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy$GlassFishServletWriterHelper.class
org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy.class
org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean.class
org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy$TyrusEndpointHelper.class
org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy.class
org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy$1.class
org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy$1.class
org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy$TyrusMuxableWebSocketHelper.class
org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy$WebLogicServletWriterHelper.class
org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy$Tyrus17EndpointHelper.class
org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy$1.class
org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy.class
org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.class
org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy$1.class
org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy$EndpointInstanceFactory.class
org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.class
org.springframework.web.socket.server.standard.SpringConfigurator.class
org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor.class
org.springframework.web.socket.server.support.WebSocketHttpRequestHandler.class
org.springframework.web.socket.server.support.DefaultHandshakeHandler.class
org.springframework.web.socket.server.support.HandshakeInterceptorChain.class
org.springframework.web.socket.server.support.OriginHandshakeInterceptor.class
org.springframework.web.socket.sockjs.SockJsTransportFailureException.class
org.springframework.web.socket.sockjs.SockJsException.class
org.springframework.web.socket.sockjs.SockJsMessageDeliveryException.class
org.springframework.web.socket.sockjs.SockJsService.class
org.springframework.web.socket.sockjs.client.SockJsClient$ServerInfo.class
org.springframework.web.socket.sockjs.client.WebSocketTransport.class
org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport$2.class
org.springframework.web.socket.sockjs.client.UndertowXhrTransport$1$1.class
org.springframework.web.socket.sockjs.client.SockJsUrlInfo.class
org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession$1.class
org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport.class
org.springframework.web.socket.sockjs.client.SockJsClient.class
org.springframework.web.socket.sockjs.client.UndertowXhrTransport$1$1$1.class
org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession$State.class
org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport$XhrRequestCallback.class
org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport$XhrReceiveExtractor.class
org.springframework.web.socket.sockjs.client.UndertowXhrTransport$SockJsResponseListener.class
org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport$1.class
org.springframework.web.socket.sockjs.client.UndertowXhrTransport$2.class
org.springframework.web.socket.sockjs.client.WebSocketTransport$1.class
org.springframework.web.socket.sockjs.client.XhrClientSockJsSession.class
org.springframework.web.socket.sockjs.client.XhrTransport.class
org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession.class
org.springframework.web.socket.sockjs.client.AbstractXhrTransport.class
org.springframework.web.socket.sockjs.client.DefaultTransportRequest.class
org.springframework.web.socket.sockjs.client.DefaultTransportRequest$ConnectCallback.class
org.springframework.web.socket.sockjs.client.UndertowXhrTransport$3.class
org.springframework.web.socket.sockjs.client.TransportRequest.class
org.springframework.web.socket.sockjs.client.JettyXhrTransport$SockJsResponseListener.class
org.springframework.web.socket.sockjs.client.JettyXhrTransport.class
org.springframework.web.socket.sockjs.client.UndertowXhrTransport$1.class
org.springframework.web.socket.sockjs.client.UndertowXhrTransport.class
org.springframework.web.socket.sockjs.client.UndertowXhrTransport$3$1.class
org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession.class
org.springframework.web.socket.sockjs.client.InfoReceiver.class
org.springframework.web.socket.sockjs.client.Transport.class
org.springframework.web.socket.sockjs.client.WebSocketTransport$ClientSockJsWebSocketHandler.class
org.springframework.web.socket.sockjs.frame.SockJsMessageCodec.class
org.springframework.web.socket.sockjs.frame.SockJsFrame.class
org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec.class
org.springframework.web.socket.sockjs.frame.DefaultSockJsFrameFormat.class
org.springframework.web.socket.sockjs.frame.SockJsFrameFormat.class
org.springframework.web.socket.sockjs.frame.SockJsFrameType.class
org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec.class
org.springframework.web.socket.sockjs.support.AbstractSockJsService$SockJsRequestHandler.class
org.springframework.web.socket.sockjs.support.AbstractSockJsService$1.class
org.springframework.web.socket.sockjs.support.AbstractSockJsService$2.class
org.springframework.web.socket.sockjs.support.AbstractSockJsService.class
org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler.class
org.springframework.web.socket.sockjs.transport.TransportType.class
org.springframework.web.socket.sockjs.transport.SockJsSessionFactory.class
org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService$1.class
org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService.class
org.springframework.web.socket.sockjs.transport.TransportHandler.class
org.springframework.web.socket.sockjs.transport.SockJsSession.class
org.springframework.web.socket.sockjs.transport.SockJsServiceConfig.class
org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jackson-databind-2.4.4.jar
/com.fasterxml.jackson.core/jackson-databind/2.4.4
查看jackson-databind所有版本文件
undertow-core-1.1.1.Final.jar
/io.undertow/undertow-core/1.1.1.Final
查看undertow-core所有版本文件
undertow-servlet-1.1.1.Final.jar
/io.undertow/undertow-servlet/1.1.1.Final
查看undertow-servlet所有版本文件
undertow-websockets-jsr-1.1.1.Final.jar
/io.undertow/undertow-websockets-jsr/1.1.1.Final
查看undertow-websockets-jsr所有版本文件
javax.servlet-api-3.1.0.jar
/javax.servlet/javax.servlet-api/3.1.0
查看javax.servlet-api所有版本文件
javax.websocket-api-1.0.jar
/javax.websocket/javax.websocket-api/1.0
查看javax.websocket-api所有版本文件
tomcat-websocket-8.0.15.jar
/org.apache.tomcat/tomcat-websocket/8.0.15
查看tomcat-websocket所有版本文件
websocket-client-9.2.6.v20141205.jar
/org.eclipse.jetty.websocket/websocket-client/9.2.6.v20141205
查看websocket-client所有版本文件
websocket-server-9.2.6.v20141205.jar
/org.eclipse.jetty.websocket/websocket-server/9.2.6.v20141205
查看websocket-server所有版本文件
jetty-client-9.2.6.v20141205.jar
/org.eclipse.jetty/jetty-client/9.2.6.v20141205
查看jetty-client所有版本文件
jetty-webapp-9.2.6.v20141205.jar
/org.eclipse.jetty/jetty-webapp/9.2.6.v20141205
查看jetty-webapp所有版本文件
tyrus-container-servlet-1.3.5.jar
/org.glassfish.tyrus/tyrus-container-servlet/1.3.5
查看tyrus-container-servlet所有版本文件
tyrus-core-1.3.5.jar
/org.glassfish.tyrus/tyrus-core/1.3.5
查看tyrus-core所有版本文件
tyrus-server-1.3.5.jar
/org.glassfish.tyrus/tyrus-server/1.3.5
查看tyrus-server所有版本文件
tyrus-spi-1.3.5.jar
/org.glassfish.tyrus/tyrus-spi/1.3.5
查看tyrus-spi所有版本文件
spring-context-4.1.4.RELEASE.jar
/org.springframework/spring-context/4.1.4.RELEASE
查看spring-context所有版本文件
spring-core-4.1.4.RELEASE.jar
/org.springframework/spring-core/4.1.4.RELEASE
查看spring-core所有版本文件
spring-messaging-4.1.4.RELEASE.jar
/org.springframework/spring-messaging/4.1.4.RELEASE
查看spring-messaging所有版本文件
spring-web-4.1.4.RELEASE.jar
/org.springframework/spring-web/4.1.4.RELEASE
查看spring-web所有版本文件
spring-webmvc-4.1.4.RELEASE.jar
/org.springframework/spring-webmvc/4.1.4.RELEASE
查看spring-webmvc所有版本文件
|