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