Home

Awesome

ph-oton-bootstrap3

javadoc Maven Central

This set of Java libraries forms a package to build Java web applications.

Contained subprojects are:

Requirements

Maven usage

Replace x.y.z with the effective version number.

  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.helger.photon</groupId>
        <artifactId>ph-oton-bootstrap3-parent-pom</artifactId>
        <version>x.y.z</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>

Bootstrap 3

To use Bootstrap 3 front end use:

  <dependencies>
    <dependency>
      <groupId>com.helger.photon</groupId>
      <artifactId>ph-oton-bootstrap3-stub</artifactId>
    </dependency>
  </dependencies>

See the submodule ph-oton-bootstrap3-demo for a working example project with Bootstrap 3 UI.

News and noteworthy


My personal Coding Styleguide | It is appreciated if you star the GitHub project if you like it.