<dependency> <groupId>org.softsmithy.lib</groupId> <artifactId>softsmithy-lib-parent</artifactId> <version>2.1.1</version> <type>pom</type> </dependency>
'org.softsmithy.lib:softsmithy-lib-parent:pom:2.1.1'
<dependency org="org.softsmithy.lib" name="softsmithy-lib-parent" rev="2.1.1"> <artifact name="softsmithy-lib-parent" type="pom" /> </dependency>
@Grapes( @Grab(group='org.softsmithy.lib', module='softsmithy-lib-parent', version='2.1.1') )
compile 'org.softsmithy.lib:softsmithy-lib-parent:2.1.1'
[org.softsmithy.lib/softsmithy-lib-parent "2.1.1"]
libraryDependencies += "org.softsmithy.lib" %% "softsmithy-lib-parent" % "2.1.1"