开发者

SmartGwt 2.4 with Maven on Eclipse

开发者 https://www.devze.com 2023-02-13 22:58 出处:网络
Could Smartgwt 2.4 be usable with maven. I take “Missing artifact com.smartgwt:smartgwt:jar:2.4:compile” error When give smartgwt version “2.4″. “2.0″ is ok but 2.2 and above gives error.

Could Smartgwt 2.4 be usable with maven. I take “Missing artifact com.smartgwt:smartgwt:jar:2.4:compile” error When give smartgwt version “2.4″. “2.0″ is ok but 2.2 and above gives error.

dependency;

<dependency>
    <groupId>com.smartgwt</groupId>
    <artifactId>smartgwt</artifactId>
    <version>2.4</version>
</dependency>

repo;

<repository>
   <id>smartclient</id>
   <name>smartclient.开发者_StackOverflow社区com</name>
   <url>http://www.smartclient.com/maven2</url>
</repository>


Download the desired version of smartgwt.jar and smargwt-skins.jar and upload them to your own repository, such as nexus (http://nexus.sonatype.org/) and configure maven to use the resources from that repository as well.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号