org.jbundle.main.calendar
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jbundle.main</groupId>
<artifactId>org.jbundle.main.calendar</artifactId>
<version>1.0.11</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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>jbundle-main-reactor</artifactId>
<groupId>org.jbundle.main</groupId>
<version>1.0.11</version>
</parent>
<artifactId>org.jbundle.main.calendar</artifactId>
<name>jbundle-main-calendar</name>
<packaging>bundle</packaging>
<build>
<plugins>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>
org.jbundle.main.calendar.*;version=${project.version},
</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.jbundle.main</groupId>
<artifactId>org.jbundle.main.db</artifactId>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.jbundle.base.screen</groupId>
<version>1.0.11</version>
<artifactId>org.jbundle.base.screen.model</artifactId>
</dependency>
<dependency>
<groupId>org.jbundle.config.dep</groupId>
<artifactId>jbundle-config-dep-thin-base</artifactId>
<version>1.0.11</version>
<type>pom</type>
</dependency>
</dependencies>
</project>