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