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