Revision history [back]

click to hide/show revision 1
initial version

asked 2017-12-22 15:55:57 +0800

kd16 gravatar image kd16 flag of India

ZK 8.5.0 'MIX & MATCH' themes Maven Dependency

I am trying to add Mix and Match themes to Project. When I add theme name in POM, Maven is giving error as theme "Deep Sea" not available.

<dependency>
<groupId>org.zkoss.theme</groupId>
<artifactId>Deep Sea</artifactId>
<version>${zk.version}</version>
</dependency>

How to find maven dependency for Mix & Match themes

Anyone suggestions please. Thanks in Advance.

ZK 8.5.0 'MIX & MATCH' themes Maven Dependency

I am trying to add Mix and Match themes to Project. When I add theme name in POM, Maven is giving error as theme "Deep Sea" not available.

<dependency>
<groupId>org.zkoss.theme</groupId>
<artifactId>Deep Sea</artifactId>
<version>${zk.version}</version>
</dependency>

How to find maven dependency for Mix & Match themes

I tried this

    <dependency>
        <groupId>org.zkoss.theme</groupId>
        <artifactId>zktheme</artifactId>
        <version>8.5.0</version>
        <type>pom</type>  
   </dependency>

But it is also not working. Other than that I am setting theme in zk.xml

<library-property>
        <name>org.zkoss.theme.preferred</name>
        <value>Deep Sea</value>
    </library-property>

Anyone suggestions please. Thanks in Advance.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More