MVN

io.github.devacfr.maven.skins : reflow-maven-skin

Maven & Gradle

Feb 21, 2023
4 stars

Reflow Maven Skin · Reflow is an Apache Maven site skin built on Twitter Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website. Requires Reflow Velocity Tools.

<dependency>
    <groupId>io.github.devacfr.maven.skins</groupId>
    <artifactId>reflow-maven-skin</artifactId>
    <version>2.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.devacfr.maven.skins : reflow-maven-skin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.3
  • Latest Beta: 2.4.0-beta1

All Versions

Choose a version of io.github.devacfr.maven.skins : reflow-maven-skin to add to Maven or Gradle - All Versions:

  • Version Updated
  • reflow-maven-skin-2.3.3

    Feb 21, 2023
  • reflow-maven-skin-2.3.2

    Feb 11, 2023
  • reflow-maven-skin-2.3.1

    Sep 25, 2022
  • reflow-maven-skin-2.4.0-beta1

    Nov 13, 2020
  • reflow-maven-skin-2.3.0

    Mar 09, 2020
  • reflow-maven-skin-2.2.0

    Feb 07, 2020
  • reflow-maven-skin-2.1.0

    Oct 04, 2019
  • reflow-maven-skin-2.0.2

    May 17, 2019
  • reflow-maven-skin-2.0.1

    May 17, 2019
  • reflow-maven-skin-2.0.0

    May 10, 2019
  • reflow-maven-skin-2.0.0-beta2

    Nov 05, 2018
  • reflow-maven-skin-2.0.0-beta1

    Oct 21, 2018
  • reflow-maven-skin-1.5.0

    Oct 21, 2018
  • reflow-maven-skin-1.4.2

    Oct 08, 2018
  • reflow-maven-skin-1.4.1

    Oct 07, 2018
  • reflow-maven-skin-1.4.0

    Oct 05, 2018
  • reflow-maven-skin-1.3.10

    Jun 29, 2018
  • reflow-maven-skin-1.3.9

    Jun 29, 2018
  • reflow-maven-skin-1.3.8

    Jun 01, 2018
  • reflow-maven-skin-1.3.7

    Apr 28, 2018
  • reflow-maven-skin-1.3.6

    Jan 12, 2018
  • reflow-maven-skin-1.3.5

    Dec 15, 2017
  • reflow-maven-skin-1.3.4

    Dec 08, 2017
  • reflow-maven-skin-1.3.3

    Dec 02, 2017

How to add a dependency to Maven

Add the following io.github.devacfr.maven.skins : reflow-maven-skin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.devacfr.maven.skins</groupId>
    <artifactId>reflow-maven-skin</artifactId>
    <version>2.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.devacfr.maven.skins : reflow-maven-skin gradle dependency to your build.gradle file:

implementation 'io.github.devacfr.maven.skins:reflow-maven-skin:2.3.3'

Gradle Kotlin DSL: Add the following io.github.devacfr.maven.skins : reflow-maven-skin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.devacfr.maven.skins:reflow-maven-skin:2.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.devacfr.maven.skins : reflow-maven-skin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.devacfr.maven.skins" % "reflow-maven-skin" % "2.3.3"