| 组织ID: |
org.atmosphere |
| 项目ID: |
atmosphere-runtime |
| 版本: |
1.0.2 |
| 最后修改时间: |
2018-12-06 16:47:29 |
| 包类型: |
jar |
| 标题: |
atmosphere-runtime |
| 大小: |
410.33KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>1.0.2</version>
</dependency>
|
| Gradle引入代码: |
org.atmosphere:atmosphere-runtime:1.0.2
|
| 下载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/maven-v4_0_0.xsd">
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<packaging>bundle</packaging>
<version>1.0.2</version>
<name>atmosphere-runtime</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
<defaultGoal>install</defaultGoal>
<resources>
<resource>
<filtering>true</filtering>
<directory>src/main/java/</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${felix-version}</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>*</Import-Package>
<Export-Package>
org.atmosphere.*,
</Export-Package>
</instructions>
</configuration>
<executions>
<execution>
<id>osgi-bundle</id>
<phase>package</phase>
<goals>
<goal>bundle</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-servlet_3.0_spec</artifactId>
<version>1.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-continuation</artifactId>
<version>${jetty7-version}</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-comet</artifactId>
<version>${grizzly2-version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-websockets</artifactId>
<version>${grizzly2-version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http-servlet</artifactId>
<version>${grizzly2-version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-websockets</artifactId>
<version>${grizzly-version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-framework-http</artifactId>
<version>${grizzly10-version}</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-comet</artifactId>
<version>${grizzly-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-compat</artifactId>
<version>${grizzly-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-compat-jbossweb</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-compat-tomcat</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-compat-tomcat7</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>${tomcat7-version}</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>eu.infomas</groupId>
<artifactId>annotation-detector</artifactId>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-coyote</artifactId>
<version>${tomcat7-version}</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.5</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.atmosphere/atmosphere-runtime/pom.properties
META-INF/maven/org.atmosphere/atmosphere-runtime/pom.xml
atmosphere-web.xml.template
atmosphere.xml
atmosphere.xml.template
context.xml
org.atmosphere.cache.AbstractBroadcasterCache$1.class
org.atmosphere.cache.AbstractBroadcasterCache$CachedMessage.class
org.atmosphere.cache.AbstractBroadcasterCache.class
org.atmosphere.cache.BroadcasterCacheBase$1.class
org.atmosphere.cache.BroadcasterCacheBase$CachedMessage.class
org.atmosphere.cache.BroadcasterCacheBase.class
org.atmosphere.cache.HeaderBroadcasterCache.class
org.atmosphere.cache.SessionBroadcasterCache.class
org.atmosphere.client.FormParamFilter.class
org.atmosphere.client.JSONPTransportFilter.class
org.atmosphere.client.MessageLengthInterceptor$1.class
org.atmosphere.client.MessageLengthInterceptor$2.class
org.atmosphere.client.MessageLengthInterceptor.class
org.atmosphere.client.TrackMessageSizeFilter.class
org.atmosphere.client.TrackMessageSizeInterceptor$1.class
org.atmosphere.client.TrackMessageSizeInterceptor$2.class
org.atmosphere.client.TrackMessageSizeInterceptor.class
org.atmosphere.config.ApplicationConfiguration.class
org.atmosphere.config.AtmosphereHandlerConfig.class
org.atmosphere.config.AtmosphereHandlerProperty.class
org.atmosphere.config.FrameworkConfiguration.class
org.atmosphere.config.service.AsyncSupportListenerService.class
org.atmosphere.config.service.AsyncSupportService.class
org.atmosphere.config.service.AtmosphereHandlerService.class
org.atmosphere.config.service.AtmosphereInterceptorService.class
org.atmosphere.config.service.BroadcasterCacheService.class
org.atmosphere.config.service.BroadcasterFactoryService.class
org.atmosphere.config.service.BroadcasterFilterService.class
org.atmosphere.config.service.BroadcasterListenerService.class
org.atmosphere.config.service.BroadcasterService.class
org.atmosphere.config.service.MeteorService.class
org.atmosphere.config.service.WebSocketHandlerService.class
org.atmosphere.config.service.WebSocketProcessorService.class
org.atmosphere.config.service.WebSocketProtocolService.class
org.atmosphere.container.BlockingIOCometSupport.class
org.atmosphere.container.GlassFishWebSocketHandler.class
org.atmosphere.container.GlassFishWebSocketSupport.class
org.atmosphere.container.GlassFishv2CometSupport$1.class
org.atmosphere.container.GlassFishv2CometSupport$VoidCometHandler.class
org.atmosphere.container.GlassFishv2CometSupport.class
org.atmosphere.container.Grizzly2CometSupport$VoidCometHandler.class
org.atmosphere.container.Grizzly2CometSupport.class
org.atmosphere.container.Grizzly2WebSocketSupport$Grizzly2WebSocketApplication$G2WebSocket.class
org.atmosphere.container.Grizzly2WebSocketSupport$Grizzly2WebSocketApplication.class
org.atmosphere.container.Grizzly2WebSocketSupport.class
org.atmosphere.container.GrizzlyCometSupport$VoidCometHandler.class
org.atmosphere.container.GrizzlyCometSupport.class
org.atmosphere.container.JBossWebCometSupport.class
org.atmosphere.container.Jetty7CometSupport$1.class
org.atmosphere.container.Jetty7CometSupport.class
org.atmosphere.container.JettyAsyncSupportWithWebSocket.class
org.atmosphere.container.JettyCometSupport.class
org.atmosphere.container.JettyServlet30AsyncSupportWithWebSocket.class
org.atmosphere.container.JettyWebSocketHandler.class
org.atmosphere.container.JettyWebSocketUtil$1.class
org.atmosphere.container.JettyWebSocketUtil.class
org.atmosphere.container.NettyCometSupport.class
org.atmosphere.container.Servlet30CometSupport$CometListener.class
org.atmosphere.container.Servlet30CometSupport.class
org.atmosphere.container.Tomcat7AsyncSupportWithWebSocket.class
org.atmosphere.container.Tomcat7BIOSupportWithWebSocket.class
org.atmosphere.container.Tomcat7CometSupport.class
org.atmosphere.container.Tomcat7Servlet30SupportWithWebSocket.class
org.atmosphere.container.TomcatCometSupport.class
org.atmosphere.container.TomcatWebSocketHandler.class
org.atmosphere.container.TomcatWebSocketUtil$Delegate.class
org.atmosphere.container.TomcatWebSocketUtil.class
org.atmosphere.container.version.Grizzly2WebSocket.class
org.atmosphere.container.version.GrizzlyWebSocket.class
org.atmosphere.container.version.Jetty8WebSocket.class
org.atmosphere.container.version.TomcatWebSocket.class
org.atmosphere.cpr.Action$TYPE.class
org.atmosphere.cpr.Action.class
org.atmosphere.cpr.AnnotationProcessor.class
org.atmosphere.cpr.ApplicationConfig.class
org.atmosphere.cpr.AsyncIOInterceptor.class
org.atmosphere.cpr.AsyncIOWriter.class
org.atmosphere.cpr.AsyncIOWriterAdapter.class
org.atmosphere.cpr.AsyncSupport.class
org.atmosphere.cpr.AsyncSupportListener.class
org.atmosphere.cpr.AsyncSupportListenerAdapter.class
org.atmosphere.cpr.AsyncSupportResolver.class
org.atmosphere.cpr.AsynchronousProcessor$1.class
org.atmosphere.cpr.AsynchronousProcessor$AsynchronousProcessorHook.class
org.atmosphere.cpr.AsynchronousProcessor.class
org.atmosphere.cpr.AtmosphereConfig.class
org.atmosphere.cpr.AtmosphereFilter$1.class
org.atmosphere.cpr.AtmosphereFilter.class
org.atmosphere.cpr.AtmosphereFramework$1.class
org.atmosphere.cpr.AtmosphereFramework$2.class
org.atmosphere.cpr.AtmosphereFramework$3.class
org.atmosphere.cpr.AtmosphereFramework$4.class
org.atmosphere.cpr.AtmosphereFramework$AtmosphereHandlerWrapper.class
org.atmosphere.cpr.AtmosphereFramework.class
org.atmosphere.cpr.AtmosphereHandler.class
org.atmosphere.cpr.AtmosphereInterceptor.class
org.atmosphere.cpr.AtmosphereInterceptorAdapter.class
org.atmosphere.cpr.AtmosphereInterceptorWriter.class
org.atmosphere.cpr.AtmosphereMappingException.class
org.atmosphere.cpr.AtmosphereRequest$1.class
org.atmosphere.cpr.AtmosphereRequest$Builder.class
org.atmosphere.cpr.AtmosphereRequest$ByteInputStream.class
org.atmosphere.cpr.AtmosphereRequest$IS.class
org.atmosphere.cpr.AtmosphereRequest$NoOpsRequest.class
org.atmosphere.cpr.AtmosphereRequest.class
org.atmosphere.cpr.AtmosphereResource$TRANSPORT.class
org.atmosphere.cpr.AtmosphereResource.class
org.atmosphere.cpr.AtmosphereResourceEvent.class
org.atmosphere.cpr.AtmosphereResourceEventImpl.class
org.atmosphere.cpr.AtmosphereResourceEventListener.class
org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.class
org.atmosphere.cpr.AtmosphereResourceFactory$1.class
org.atmosphere.cpr.AtmosphereResourceFactory.class
org.atmosphere.cpr.AtmosphereResourceImpl.class
org.atmosphere.cpr.AtmosphereResponse$1.class
org.atmosphere.cpr.AtmosphereResponse$2.class
org.atmosphere.cpr.AtmosphereResponse$Builder.class
org.atmosphere.cpr.AtmosphereResponse$DummyHttpServletResponse.class
org.atmosphere.cpr.AtmosphereResponse$NoOpsOutputStream.class
org.atmosphere.cpr.AtmosphereResponse$NoOpsPrintWriter.class
org.atmosphere.cpr.AtmosphereResponse.class
org.atmosphere.cpr.AtmosphereServlet.class
org.atmosphere.cpr.AtmosphereServletProcessor.class
org.atmosphere.cpr.BroadcastFilter$BroadcastAction$ACTION.class
org.atmosphere.cpr.BroadcastFilter$BroadcastAction.class
org.atmosphere.cpr.BroadcastFilter.class
org.atmosphere.cpr.BroadcastFilterLifecycle.class
org.atmosphere.cpr.Broadcaster$POLICY.class
org.atmosphere.cpr.Broadcaster$SCOPE.class
org.atmosphere.cpr.Broadcaster.class
org.atmosphere.cpr.BroadcasterCache$STRATEGY.class
org.atmosphere.cpr.BroadcasterCache.class
org.atmosphere.cpr.BroadcasterConfig$1.class
org.atmosphere.cpr.BroadcasterConfig$2.class
org.atmosphere.cpr.BroadcasterConfig$3.class
org.atmosphere.cpr.BroadcasterConfig$4.class
org.atmosphere.cpr.BroadcasterConfig$DefaultBroadcasterCache.class
org.atmosphere.cpr.BroadcasterConfig.class
org.atmosphere.cpr.BroadcasterFactory.class
org.atmosphere.cpr.BroadcasterFuture.class
org.atmosphere.cpr.BroadcasterLifeCyclePolicy$1.class
org.atmosphere.cpr.BroadcasterLifeCyclePolicy$ATMOSPHERE_RESOURCE_POLICY.class
org.atmosphere.cpr.BroadcasterLifeCyclePolicy$Builder.class
org.atmosphere.cpr.BroadcasterLifeCyclePolicy.class
org.atmosphere.cpr.BroadcasterLifeCyclePolicyListener.class
org.atmosphere.cpr.BroadcasterListener.class
org.atmosphere.cpr.ClusterBroadcastFilter.class
org.atmosphere.cpr.DefaultAnnotationProcessor$1.class
org.atmosphere.cpr.DefaultAnnotationProcessor.class
org.atmosphere.cpr.DefaultAsyncSupportResolver$1.class
org.atmosphere.cpr.DefaultAsyncSupportResolver$2.class
org.atmosphere.cpr.DefaultAsyncSupportResolver$3.class
org.atmosphere.cpr.DefaultAsyncSupportResolver.class
org.atmosphere.cpr.DefaultBroadcaster$1.class
org.atmosphere.cpr.DefaultBroadcaster$2.class
org.atmosphere.cpr.DefaultBroadcaster$3.class
org.atmosphere.cpr.DefaultBroadcaster$4.class
org.atmosphere.cpr.DefaultBroadcaster$5.class
org.atmosphere.cpr.DefaultBroadcaster$6.class
org.atmosphere.cpr.DefaultBroadcaster$7.class
org.atmosphere.cpr.DefaultBroadcaster$AsyncWriteToken.class
org.atmosphere.cpr.DefaultBroadcaster$Entry.class
org.atmosphere.cpr.DefaultBroadcaster.class
org.atmosphere.cpr.DefaultBroadcasterFactory$BroadcasterCreationException.class
org.atmosphere.cpr.DefaultBroadcasterFactory.class
org.atmosphere.cpr.FrameworkConfig.class
org.atmosphere.cpr.HeaderConfig.class
org.atmosphere.cpr.MetaBroadcaster$1.class
org.atmosphere.cpr.MetaBroadcaster$CompleteListener.class
org.atmosphere.cpr.MetaBroadcaster$MetaBroadcasterFuture.class
org.atmosphere.cpr.MetaBroadcaster.class
org.atmosphere.cpr.Meteor.class
org.atmosphere.cpr.MeteorServlet.class
org.atmosphere.cpr.PerRequestBroadcastFilter.class
org.atmosphere.cpr.Serializer.class
org.atmosphere.cpr.SessionTimeoutRestorer.class
org.atmosphere.cpr.SessionTimeoutSupport.class
org.atmosphere.cpr.WebSocketProcessorFactory.class
org.atmosphere.di.Injector.class
org.atmosphere.di.InjectorProvider$LazyProvider.class
org.atmosphere.di.InjectorProvider.class
org.atmosphere.di.NoopInjector.class
org.atmosphere.di.ServletContextHolder.class
org.atmosphere.di.ServletContextProvider.class
org.atmosphere.handler.AbstractReflectorAtmosphereHandler.class
org.atmosphere.handler.OnMessage.class
org.atmosphere.handler.ReflectorServletProcessor$1.class
org.atmosphere.handler.ReflectorServletProcessor$FilterChainServletWrapper.class
org.atmosphere.handler.ReflectorServletProcessor.class
org.atmosphere.handler.SimpleWebSocketAtmosphereHandler.class
org.atmosphere.interceptor.AndroidAtmosphereInterceptor$1.class
org.atmosphere.interceptor.AndroidAtmosphereInterceptor.class
org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor$1.class
org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor$2.class
org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor.class
org.atmosphere.interceptor.BroadcastOnPostAtmosphereInterceptor.class
org.atmosphere.interceptor.JSONPAtmosphereInterceptor$1.class
org.atmosphere.interceptor.JSONPAtmosphereInterceptor.class
org.atmosphere.interceptor.SSEAtmosphereInterceptor$1.class
org.atmosphere.interceptor.SSEAtmosphereInterceptor$2.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
geronimo-servlet_3.0_spec-1.0.jar
/org.apache.geronimo.specs/geronimo-servlet_3.0_spec/1.0
查看geronimo-servlet_3.0_spec所有版本文件
jetty-continuation-${jetty7-version}.jar
/org.eclipse.jetty/jetty-continuation/${jetty7-version}
查看jetty-continuation所有版本文件
grizzly-comet-${grizzly2-version}.jar
/org.glassfish.grizzly/grizzly-comet/${grizzly2-version}
查看grizzly-comet所有版本文件
grizzly-websockets-${grizzly2-version}.jar
/org.glassfish.grizzly/grizzly-websockets/${grizzly2-version}
查看grizzly-websockets所有版本文件
grizzly-http-servlet-${grizzly2-version}.jar
/org.glassfish.grizzly/grizzly-http-servlet/${grizzly2-version}
查看grizzly-http-servlet所有版本文件
grizzly-websockets-${grizzly-version}.jar
/com.sun.grizzly/grizzly-websockets/${grizzly-version}
查看grizzly-websockets所有版本文件
grizzly-framework-http-${grizzly10-version}.jar
/com.sun.grizzly/grizzly-framework-http/${grizzly10-version}
查看grizzly-framework-http所有版本文件
grizzly-comet-${grizzly-version}.jar
/com.sun.grizzly/grizzly-comet/${grizzly-version}
查看grizzly-comet所有版本文件
grizzly-compat-${grizzly-version}.jar
/com.sun.grizzly/grizzly-compat/${grizzly-version}
查看grizzly-compat所有版本文件
atmosphere-compat-jbossweb-${project.version}.jar
/org.atmosphere/atmosphere-compat-jbossweb/${project.version}
查看atmosphere-compat-jbossweb所有版本文件
atmosphere-compat-tomcat-${project.version}.jar
/org.atmosphere/atmosphere-compat-tomcat/${project.version}
查看atmosphere-compat-tomcat所有版本文件
atmosphere-compat-tomcat7-${project.version}.jar
/org.atmosphere/atmosphere-compat-tomcat7/${project.version}
查看atmosphere-compat-tomcat7所有版本文件
tomcat-catalina-${tomcat7-version}.jar
/org.apache.tomcat/tomcat-catalina/${tomcat7-version}
查看tomcat-catalina所有版本文件
annotation-detector-3.0.0.jar
/eu.infomas/annotation-detector/3.0.0
查看annotation-detector所有版本文件
tomcat-coyote-${tomcat7-version}.jar
/org.apache.tomcat/tomcat-coyote/${tomcat7-version}
查看tomcat-coyote所有版本文件
mockito-all-1.8.5.jar
/org.mockito/mockito-all/1.8.5
查看mockito-all所有版本文件
|