| GroupId | GroupIdbr.com.thiagomoreira.liferay.plugins |
|---|---|
| ArtifactId | ArtifactIdthemes |
| Version | Version0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| themes-0.1.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>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins/themes/
implementation 'br.com.thiagomoreira.liferay.plugins:themes:0.1'
// https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins/themes/
implementation ("br.com.thiagomoreira.liferay.plugins:themes:0.1")
'br.com.thiagomoreira.liferay.plugins:themes:pom:0.1'
<dependency org="br.com.thiagomoreira.liferay.plugins" name="themes" rev="0.1">
<artifact name="themes" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.thiagomoreira.liferay.plugins', module='themes', version='0.1')
)
libraryDependencies += "br.com.thiagomoreira.liferay.plugins" % "themes" % "0.1"
[br.com.thiagomoreira.liferay.plugins/themes "0.1"]