bootstrap-table
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>bootstrap-table</artifactId> <version>1.24.0</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>bootstrap-table</artifactId> <version>1.24.0</version> <name>bootstrap-table</name> <description>An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)</description> <url>https://bootstrap-table.com</url> <organization> <name>wenzhixin</name> <url>https://bootstrap-table.com</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>wenzhixin</name> <email>wenzhixin2010@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/wenzhixin/bootstrap-table.git</connection> <developerConnection>https://github.com/wenzhixin/bootstrap-table.git</developerConnection> <url>https://github.com/wenzhixin/bootstrap-table</url> </scm> <issueManagement> <url>https://github.com/wenzhixin/bootstrap-table/issues</url> </issueManagement> <properties> <org.mvnpm-jquery.version>[3,4)</org.mvnpm-jquery.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>jquery</artifactId> <version>${org.mvnpm-jquery.version}</version> </dependency> </dependencies> </project>