<dependency>
<groupId>se.vgregion.liferay-user-associations</groupId>
<artifactId>liferay-user-associations-core-bc</artifactId>
<version>1.10</version>
</dependency>
implementation group: 'se.vgregion.liferay-user-associations', name: 'liferay-user-associations-core-bc', version: '1.10'
implementation 'se.vgregion.liferay-user-associations:liferay-user-associations-core-bc:1.10'
implementation("se.vgregion.liferay-user-associations:liferay-user-associations-core-bc:1.10")
libraryDependencies += "se.vgregion.liferay-user-associations" % "liferay-user-associations-core-bc" % "1.10"
<dependency org="se.vgregion.liferay-user-associations" name="liferay-user-associations-core-bc" rev="1.10"/>
@Grapes(
@Grab(group='se.vgregion.liferay-user-associations', module='liferay-user-associations-core-bc', version='1.10')
)
[se.vgregion.liferay-user-associations/liferay-user-associations-core-bc "1.10"]
'se.vgregion.liferay-user-associations:liferay-user-associations-core-bc:jar:1.10'