flowbite
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>flowbite</artifactId>
<version>4.0.2</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</groupId>
<artifactId>flowbite</artifactId>
<version>4.0.2</version>
<name>flowbite</name>
<description>The most popular library of interactive components built with Tailwind CSS</description>
<url>https://flowbite.com</url>
<organization>
<name>Bergside Inc.</name>
<url>https://flowbite.com</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>zoliszogyenyi</name>
<email>szogyenyi.zoltan.lorand@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/themesberg/flowbite.git</connection>
<developerConnection>https://github.com/themesberg/flowbite.git</developerConnection>
<url>https://github.com/themesberg/flowbite</url>
</scm>
<issueManagement>
<url>https://github.com/themesberg/flowbite/issues</url>
</issueManagement>
<properties>
<org.mvnpm-tailwindcss.version>[4.1.12,5)</org.mvnpm-tailwindcss.version>
<org.mvnpm-flowbite-datepicker.version>[2.0.0,3)</org.mvnpm-flowbite-datepicker.version>
<org.mvnpm-mini-svg-data-uri.version>[1.4.3,2)</org.mvnpm-mini-svg-data-uri.version>
<org.mvnpm-postcss.version>[8.5.1,9)</org.mvnpm-postcss.version>
<org.mvnpm.at.popperjs-core.version>[2.9.3,3)</org.mvnpm.at.popperjs-core.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.popperjs</groupId>
<artifactId>core</artifactId>
<version>${org.mvnpm.at.popperjs-core.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>flowbite-datepicker</artifactId>
<version>${org.mvnpm-flowbite-datepicker.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>mini-svg-data-uri</artifactId>
<version>${org.mvnpm-mini-svg-data-uri.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>postcss</artifactId>
<version>${org.mvnpm-postcss.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tailwindcss</artifactId>
<version>${org.mvnpm-tailwindcss.version}</version>
</dependency>
</dependencies>
</project>