bootstrap
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>bootstrap</artifactId> <version>5.3.5</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</artifactId> <version>5.3.5</version> <name>bootstrap</name> <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description> <url>https://getbootstrap.com/</url> <organization> <name>The Bootstrap Authors</name> <url>https://getbootstrap.com/</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>bootstrap-admin</name> <email>getbootstrap@gmail.com</email> </developer> <developer> <name>mdo</name> <email>markdotto@gmail.com</email> </developer> <developer> <name>xhmikosr</name> <email>xhmikosr@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/twbs/bootstrap.git</connection> <developerConnection>https://github.com/twbs/bootstrap.git</developerConnection> <url>https://github.com/twbs/bootstrap</url> </scm> <issueManagement> <url>https://github.com/twbs/bootstrap/issues</url> </issueManagement> <properties> <org.mvnpm.at.popperjs-core.version>[2.11.8,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> </dependencies> </project>