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