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