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