MVN

com.helger : ph-oton-bootstrap4-pages

Maven & Gradle

May 25, 2020
2 usages

ph-oton-bootstrap4-pages · Default web pages for the ph-oton stack

<dependency>
    <groupId>com.helger</groupId>
    <artifactId>ph-oton-bootstrap4-pages</artifactId>
    <version>8.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.helger : ph-oton-bootstrap4-pages to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.2.4

All Versions

Choose a version of com.helger : ph-oton-bootstrap4-pages to add to Maven or Gradle - All Versions:

  • Version Updated
  • ph-oton-bootstrap4-pages-8.2.4

    May 25, 2020
  • ph-oton-bootstrap4-pages-8.2.3

    Feb 19, 2020
  • ph-oton-bootstrap4-pages-8.2.2

    Feb 12, 2020
  • ph-oton-bootstrap4-pages-8.2.1

    Oct 08, 2019
  • ph-oton-bootstrap4-pages-8.2.0

    Jun 24, 2019
  • ph-oton-bootstrap4-pages-8.1.3

    Feb 18, 2019
  • ph-oton-bootstrap4-pages-8.1.2

    Jan 07, 2019
  • ph-oton-bootstrap4-pages-8.1.1

    Nov 25, 2018
  • ph-oton-bootstrap4-pages-8.1.0

    Oct 25, 2018

How to add a dependency to Maven

Add the following com.helger : ph-oton-bootstrap4-pages maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.helger</groupId>
    <artifactId>ph-oton-bootstrap4-pages</artifactId>
    <version>8.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.helger : ph-oton-bootstrap4-pages gradle dependency to your build.gradle file:

implementation 'com.helger:ph-oton-bootstrap4-pages:8.2.4'

Gradle Kotlin DSL: Add the following com.helger : ph-oton-bootstrap4-pages gradle kotlin dependency to your build.gradle.kts file:

implementation("com.helger:ph-oton-bootstrap4-pages:8.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.helger : ph-oton-bootstrap4-pages sbt scala dependency to your build.sbt file:

libraryDependencies += "com.helger" % "ph-oton-bootstrap4-pages" % "8.2.4"