| GroupId | GroupIdbr.com.thiagomoreira.liferay.plugins |
|---|---|
| ArtifactId | ArtifactIdportlets |
| Version | Version1.1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| portlets-1.1.0.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins/portlets/ -->
<dependency>
<groupId>br.com.thiagomoreira.liferay.plugins</groupId>
<artifactId>portlets</artifactId>
<version>1.1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins/portlets/
implementation 'br.com.thiagomoreira.liferay.plugins:portlets:1.1.0.0'
// https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins/portlets/
implementation ("br.com.thiagomoreira.liferay.plugins:portlets:1.1.0.0")
'br.com.thiagomoreira.liferay.plugins:portlets:pom:1.1.0.0'
<dependency org="br.com.thiagomoreira.liferay.plugins" name="portlets" rev="1.1.0.0">
<artifact name="portlets" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.thiagomoreira.liferay.plugins', module='portlets', version='1.1.0.0')
)
libraryDependencies += "br.com.thiagomoreira.liferay.plugins" % "portlets" % "1.1.0.0"
[br.com.thiagomoreira.liferay.plugins/portlets "1.1.0.0"]