License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.github.devacfr.maven.skins |
ArtifactId | ArtifactIdreflow-maven-skin |
Version | Version2.4.0-beta1 |
Type | Typejar |
Description |
DescriptionReflow 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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reflow-maven-skin-2.4.0-beta1.pom | |
reflow-maven-skin-2.4.0-beta1.jar | 51 KB |
reflow-maven-skin-2.4.0-beta1-sources.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.devacfr.maven.skins/reflow-maven-skin/ -->
<dependency>
<groupId>io.github.devacfr.maven.skins</groupId>
<artifactId>reflow-maven-skin</artifactId>
<version>2.4.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.devacfr.maven.skins/reflow-maven-skin/
implementation 'io.github.devacfr.maven.skins:reflow-maven-skin:2.4.0-beta1'
// https://jarcasting.com/artifacts/io.github.devacfr.maven.skins/reflow-maven-skin/
implementation ("io.github.devacfr.maven.skins:reflow-maven-skin:2.4.0-beta1")
'io.github.devacfr.maven.skins:reflow-maven-skin:jar:2.4.0-beta1'
<dependency org="io.github.devacfr.maven.skins" name="reflow-maven-skin" rev="2.4.0-beta1">
<artifact name="reflow-maven-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.devacfr.maven.skins', module='reflow-maven-skin', version='2.4.0-beta1')
)
libraryDependencies += "io.github.devacfr.maven.skins" % "reflow-maven-skin" % "2.4.0-beta1"
[io.github.devacfr.maven.skins/reflow-maven-skin "2.4.0-beta1"]