我無法找到行家的SmartGWT的3.0項。
2.4,我發現下面的鏈接:
http://code.google.com/p/smartgwt/wiki/NightlyBuilds_and_MavenRepositorySmartGWT的3.0與Maven
3
A
回答
8
你試過:http://www.smartclient.com/maven2/com/smartgwt/smartgwt/3.0/smartgwt-3.0.pom?
庫:http://www.smartclient.com/maven2
<dependency>
<groupId>com.smartgwt</groupId>
<artifactId>smartgwt</artifactId>
<version>3.0</version>
</dependency>
0
<groupId>com.googlecode.smartgwt-maven-plugin</groupId>
<artifactId>smartgwt-maven-plugin</artifactId>
<version>3.1</version>
2
我的確意識到這個問題是關於SmartGWT 3.0
,但我在這裏結束了找行家依賴設置爲SmartGWT 4.0
和,因爲這是當前穩定版本,它可能是值得分享。這是適用於我的存儲庫/依賴項設置:
<repositories>
<!-- other repositories -->
<repository>
<id>smartgwt</id>
<url>http://www.smartclient.com/maven2</url>
</repository>
</repositories>
<dependencies>
<!-- other dependencies -->
<dependency>
<groupId>com.smartgwt</groupId>
<artifactId>smartgwt</artifactId>
<version>4.0</version>
</dependency>
</dependencies>
相關問題
- 1. Gwt 2.1與Smartgwt 3.0
- 2. Maven + Jboss + SmartGWT應用程序
- 3. SmartGWT 3.0測試數據爲3.x?
- 4. Spring 3.0和Maven
- 5. GWT Suggestbox與Smartgwt
- 6. SmartGWT與UIBinder
- 7. DWR 3.0.rc2和Maven
- 8. 在Gerrit中集成SmartGWT(Maven項目)
- 9. smartGWT和Eclipse與WindowBuilder
- 10. SmartGWT的 - 問題與標籤
- 11. maven-compiler-plugin 3.0破損
- 12. 開發Maven 3.0插件
- 13. smartGWT vs Mgwt(mgwt + smartgwt)
- 14. 將CKEditor與SmartGWT集成
- 15. SmartGWT與GXT Selenium支持
- 16. SmartGWT移動記錄與SwitchItem
- 17. Maven的3.0神器庫API Deprication
- 18. SmartGWT的與靜態數據源錯誤
- 19. 的Rails 3.0與jQuery
- 20. 帶GWT的SmartGWT?
- 21. 在SmartGWT的
- 22. 在SmartGWT的
- 23. SmartGWT的位置
- 24. SmartGwt中的TimeZone
- 25. smartGwt中的setEndDate()
- 26. NSObjCMessageLoggingEnabled與iPhone 3.0
- 27. Authorize.NET與Kohana 3.0
- 28. CCTableView與cocos2d 3.0
- 29. smartgwt drawing
- 30. SmartGWT RestDataSource
謝謝。那會的。但我現在面臨另一個問題。我們正在使用本地nexus鏡像,當我添加上述依賴項時,它會說「找不到com.smartgwt:smartgwt:jar:3.0」。我需要在這裏做什麼? – sachinpkale
我不熟悉nexus。我使用artifactory。我在根目錄中看到沒有索引文件或任何。 –
Yeeeeeeah!非常感謝這個答案!我一直試圖讓smartGWT-4.0的存儲庫文件超過18個小時,現在我已經排序了,非常感謝你 –