timegrid
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.fullcalendar</groupId> <artifactId>timegrid</artifactId> <version>6.1.18</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm.at.fullcalendar</groupId> <artifactId>timegrid</artifactId> <version>6.1.18</version> <name>fullcalendar timegrid</name> <description>Display events on time slots</description> <url>https://fullcalendar.io/docs/timegrid-view</url> <organization> <name>Adam Shaw</name> <url>https://fullcalendar.io/docs/timegrid-view</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>arshaw</name> <email>arshaw@arshaw.com</email> </developer> </developers> <scm> <connection>https://github.com/fullcalendar/fullcalendar.git</connection> <developerConnection>https://github.com/fullcalendar/fullcalendar.git</developerConnection> <url>https://github.com/fullcalendar/fullcalendar</url> </scm> <issueManagement> <url>https://fullcalendar.io/reporting-bugs</url> </issueManagement> <properties> <org.mvnpm.at.fullcalendar-daygrid.version>[6.1.18,6.2)</org.mvnpm.at.fullcalendar-daygrid.version> <org.mvnpm.at.fullcalendar-core.version>[6.1.18,6.2)</org.mvnpm.at.fullcalendar-core.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm.at.fullcalendar</groupId> <artifactId>daygrid</artifactId> <version>${org.mvnpm.at.fullcalendar-daygrid.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.fullcalendar</groupId> <artifactId>core</artifactId> <version>${org.mvnpm.at.fullcalendar-core.version}</version> </dependency> </dependencies> </project>