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