<dependency>
<groupId>br.com.thiagomoreira.liferay.plugins</groupId>
<artifactId>liferay-thiagomoreira-plugins</artifactId>
<version>1.3.0.0</version>
</dependency>
implementation group: 'br.com.thiagomoreira.liferay.plugins', name: 'liferay-thiagomoreira-plugins', version: '1.3.0.0'
implementation 'br.com.thiagomoreira.liferay.plugins:liferay-thiagomoreira-plugins:1.3.0.0'
implementation("br.com.thiagomoreira.liferay.plugins:liferay-thiagomoreira-plugins:1.3.0.0")
libraryDependencies += "br.com.thiagomoreira.liferay.plugins" % "liferay-thiagomoreira-plugins" % "1.3.0.0"
<dependency org="br.com.thiagomoreira.liferay.plugins" name="liferay-thiagomoreira-plugins" rev="1.3.0.0"/>
@Grapes(
@Grab(group='br.com.thiagomoreira.liferay.plugins', module='liferay-thiagomoreira-plugins', version='1.3.0.0')
)
[br.com.thiagomoreira.liferay.plugins/liferay-thiagomoreira-plugins "1.3.0.0"]
'br.com.thiagomoreira.liferay.plugins:liferay-thiagomoreira-plugins:jar:1.3.0.0'