openurp-theme-default
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openurp.theme</groupId>
<artifactId>openurp-theme-default</artifactId>
<version>0.4.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.openurp.theme</groupId>
<artifactId>openurp-theme-parent</artifactId>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openurp.theme</groupId>
<artifactId>openurp-theme-default</artifactId>
<packaging>jar</packaging>
<name>Openurp Theme Default</name>
<properties>
<bundle.symbolicName>org.openurp.theme.default</bundle.symbolicName>
<bundle.namespace>org.openurp.theme.default</bundle.namespace>
<bundle.code>openurp-default</bundle.code>
</properties>
</project>