<dependency> <groupId>com.gwtplatform</groupId> <artifactId>gwtp-mvp-shared</artifactId> <version>1.3.1</version> </dependency>
'com.gwtplatform:gwtp-mvp-shared:jar:1.3.1'
<dependency org="com.gwtplatform" name="gwtp-mvp-shared" rev="1.3.1"> <artifact name="gwtp-mvp-shared" type="jar" /> </dependency>
@Grapes( @Grab(group='com.gwtplatform', module='gwtp-mvp-shared', version='1.3.1') )
compile 'com.gwtplatform:gwtp-mvp-shared:1.3.1'
[com.gwtplatform/gwtp-mvp-shared "1.3.1"]
libraryDependencies += "com.gwtplatform" %% "gwtp-mvp-shared" % "1.3.1"