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