2012-04-18 30 views
-1

我需要气氛0.8.4在我的pom.xmlMaven和大气0.8.4

<dependency> 
     <groupId>org.atmosphere</groupId> 
     <artifactId>atmosphere-runtime</artifactId> 
     <version>0.8.4</version> 
     <type>bundle</type> 
    </dependency> 

,但我得到

Could not find artifact org.atmosphere:atmosphere-runtime:bundle:0.8.4 in central (http://repo1.maven.org/maven2) -> [Help 1] 

有谁知道这种依赖性的仓库?

回答