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