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