I have upgraded SmartGWT to 12.1-p20200813 so what dependency should I use in replacement of the below dependency?
<dependency>
<groupId>com.smartgwtee</groupId>
<artifactId>smartgwtee</artifactId>
</dependency>
<dependency>
<groupId>com.smartgwtee</groupId>
<artifactId>smartgwtee</artifactId>
</dependency>
Comment