<dependency>
<groupId>se.vgregion.innovationsslussen-theme</groupId>
<artifactId>innovationsslussen-theme-system</artifactId>
<version>1.4</version>
</dependency>
implementation group: 'se.vgregion.innovationsslussen-theme', name: 'innovationsslussen-theme-system', version: '1.4'
implementation 'se.vgregion.innovationsslussen-theme:innovationsslussen-theme-system:1.4'
implementation("se.vgregion.innovationsslussen-theme:innovationsslussen-theme-system:1.4")
libraryDependencies += "se.vgregion.innovationsslussen-theme" % "innovationsslussen-theme-system" % "1.4"
<dependency org="se.vgregion.innovationsslussen-theme" name="innovationsslussen-theme-system" rev="1.4"/>
@Grapes(
@Grab(group='se.vgregion.innovationsslussen-theme', module='innovationsslussen-theme-system', version='1.4')
)
[se.vgregion.innovationsslussen-theme/innovationsslussen-theme-system "1.4"]
'se.vgregion.innovationsslussen-theme:innovationsslussen-theme-system:jar:1.4'