File | Operation |
---|---|
atmosphere-project-2.7.15.pom | download |
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>2.7.15</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-project', version='2.7.15')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- org.slf4j:slf4j-api:1.7.32
provided
|-- org.eclipse.jetty:jetty-websocket:7.6.9.v20130131
|-- org.mortbay.jetty:jetty:6.1.22
|-- org.mortbay.jetty:jetty-util:6.1.22
|-- org.mortbay.jetty:jetty-management:6.1.22
test
|-- com.ning:async-http-client:1.7.7
|-- org.slf4j:jul-to-slf4j:1.7.32
|-- org.slf4j:jcl-over-slf4j:1.7.32