jwebmp-bootstrap-quick-forms
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jwebmp.plugins.forms</groupId> <artifactId>jwebmp-bootstrap-quick-forms</artifactId> <version>1.1.1.9-jre15</version> </dependency>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.jwebmp.plugins.forms</groupId> <artifactId>jwebmp-plugins-forms-parent</artifactId> <version>1.1.1.9-jre15</version> </parent> <artifactId>jwebmp-bootstrap-quick-forms</artifactId> <packaging>jar</packaging> <name>Bootstrap Quick Forms 4</name> <description>The JWebSwing implementation for Bootstrap 4 Quick Forms</description> <url>https://github.com/GedMarc/JWebSwing-BSQuickForms4</url> <issueManagement> <system>Github</system> <url>https://github.com/GedMarc/JWebSwing-BSQuickForms4/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.jwebmp.plugins.bootstrap</groupId> <artifactId>jwebmp-bootstrap-toggle</artifactId> </dependency> <dependency> <groupId>com.jwebmp.plugins.bootstrap</groupId> <artifactId>jwebmp-bootstrap-date-time-picker</artifactId> </dependency> <dependency> <groupId>com.jwebmp.plugins.forms</groupId> <artifactId>jwebmp-quickforms</artifactId> </dependency> <dependency> <groupId>com.jwebmp.plugins.angular</groupId> <artifactId>jwebmp-angular-pretty-checkboxes</artifactId> </dependency> <dependency> <groupId>com.jwebmp.plugins.forms</groupId> <artifactId>jwebmp-smart-wizard</artifactId> </dependency> <dependency> <groupId>com.jwebmp.plugins.angular</groupId> <artifactId>jwebmp-angular-file-upload</artifactId> </dependency> <dependency> <groupId>com.jwebmp.plugins.blueimp</groupId> <artifactId>jwebmp-blueimp-fileupload</artifactId> </dependency> <dependency> <groupId>com.jwebmp.plugins.bootstrap</groupId> <artifactId>jwebmp-bootstrap-nya-select</artifactId> </dependency> <dependency> <groupId>com.jwebmp.plugins.forms</groupId> <artifactId>jwebmp-quickforms-annotations</artifactId> </dependency> </dependencies> <scm> <url>https://github.com/GedMarc?tab=repositories</url> </scm> <ciManagement> <system>TeamCity</system> <url>http://jwebmp.com/teamcity</url> </ciManagement> </project>