r

replace-theme-ids-hook

This app helps to replace old theme to new ones.
Files download
File Operation
replace-theme-ids-hook-0.1.pom download
replace-theme-ids-hook-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>br.com.thiagomoreira.liferay.plugins</groupId>
  <artifactId>replace-theme-ids-hook</artifactId>
  <version>0.1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'br.com.thiagomoreira.liferay.plugins:replace-theme-ids-hook:0.1'
Gradle Kotlin
implementation("br.com.thiagomoreira.liferay.plugins:replace-theme-ids-hook:0.1")
Scala SBT
libraryDependencies += "br.com.thiagomoreira.liferay.plugins" % "replace-theme-ids-hook" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='br.com.thiagomoreira.liferay.plugins', module='replace-theme-ids-hook', version='0.1')
)
Apache Ivy
<dependency org="br.com.thiagomoreira.liferay.plugins" name="replace-theme-ids-hook" rev="0.1" />
Leiningen
[br.com.thiagomoreira.liferay.plugins/replace-theme-ids-hook "0.1"]
Apache Buildr
'br.com.thiagomoreira.liferay.plugins:replace-theme-ids-hook:jar:0.1'