MVN

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

Maven & Gradle

Aug 20, 2023
7 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.4</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.4
  • Latest Beta: 2.4.0-beta2

All Versions

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

Version Vulnerabilities Updated
2.4.x
reflow-maven-skin-2.4.0-beta2
reflow-maven-skin-2.4.0-beta1
2.3.x
reflow-maven-skin-2.3.4
reflow-maven-skin-2.3.3
reflow-maven-skin-2.3.2
reflow-maven-skin-2.3.1
reflow-maven-skin-2.3.0
2.2.x
reflow-maven-skin-2.2.0
2.1.x
reflow-maven-skin-2.1.0
2.0.x
reflow-maven-skin-2.0.2
reflow-maven-skin-2.0.1
reflow-maven-skin-2.0.0
reflow-maven-skin-2.0.0-beta2
reflow-maven-skin-2.0.0-beta1
1.5.x
reflow-maven-skin-1.5.0
1.4.x
reflow-maven-skin-1.4.2
reflow-maven-skin-1.4.1
reflow-maven-skin-1.4.0
1.3.x
reflow-maven-skin-1.3.10
reflow-maven-skin-1.3.9
reflow-maven-skin-1.3.8
reflow-maven-skin-1.3.7
reflow-maven-skin-1.3.6
reflow-maven-skin-1.3.5
reflow-maven-skin-1.3.4
reflow-maven-skin-1.3.3

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.4</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.4'

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.4")

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.4"

Advertisement