<dependency> <groupId>net.hydromatic</groupId> <artifactId>optiq-web</artifactId> <version>0.2</version> </dependency>
'net.hydromatic:optiq-web:jar:0.2'
<dependency org="net.hydromatic" name="optiq-web" rev="0.2"> <artifact name="optiq-web" type="jar" /> </dependency>
@Grapes( @Grab(group='net.hydromatic', module='optiq-web', version='0.2') )
compile 'net.hydromatic:optiq-web:0.2'
[net.hydromatic/optiq-web "0.2"]
libraryDependencies += "net.hydromatic" %% "optiq-web" % "0.2"