Hello everyone, how many barrels I haven’t done until I can figure out how to connect a smartGWT to an already existing GWT project. IDE - Intellij, on the website smartGWT found 2 dependencies:

<dependency> <groupId>com.isomorphic.smartgwt.eval</groupId> <artifactId>isomorphic-core-rpc</artifactId> <version>6.0-p20160514</version> </dependency> 

and

 <dependency> <groupId>com.isomorphic.smartgwt.eval</groupId> <artifactId>isc-batchuploader</artifactId> <version>6.0-p20160514</version> <type>pom</type> <optional>true</optional> </dependency> 

but maven highlights them in red and does not import. Please direct me to the true path, how do I add this framework? Zy I downloaded them (smartGWT) trial version for 60 days. The archive weighs no less than 350 meters and there is a lot of everything in it except libraries, until I can understand why everything is there.

    1 answer 1

    Search here: http://mvnrepository.com/

     <!-- http://mvnrepository.com/artifact/com.smartgwt/smartgwt --> <dependency> <groupId>com.smartgwt</groupId> <artifactId>smartgwt</artifactId> <version>2.4</version> </dependency> 
    • For a smartgwt LGPL, this seems to be enough, but the problem is that I want to connect the EE edition well, or pro + at worst. I need a smartgwt server - Bender
    • I can tell you nothing about it, I didn’t have anything to do with it - Stranger in the Q