License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdpl.matsuo.maven.skins |
ArtifactId | ArtifactIdmsb3-maven-skin |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionMsb3 Maven Skin
Msb3 is an Apache Maven site skin built on Twitter Bootstrap 3.3.
It allows various structural and stylistic customizations to create
a modern-looking Maven-generated website. Requires Msb3 Velocity Tools.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMarek Romanowski |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
msb3-maven-skin-0.1.1.pom | |
msb3-maven-skin-0.1.1.jar | 184 KB |
msb3-maven-skin-0.1.1-sources.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.matsuo.maven.skins/msb3-maven-skin/ -->
<dependency>
<groupId>pl.matsuo.maven.skins</groupId>
<artifactId>msb3-maven-skin</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.matsuo.maven.skins/msb3-maven-skin/
implementation 'pl.matsuo.maven.skins:msb3-maven-skin:0.1.1'
// https://jarcasting.com/artifacts/pl.matsuo.maven.skins/msb3-maven-skin/
implementation ("pl.matsuo.maven.skins:msb3-maven-skin:0.1.1")
'pl.matsuo.maven.skins:msb3-maven-skin:jar:0.1.1'
<dependency org="pl.matsuo.maven.skins" name="msb3-maven-skin" rev="0.1.1">
<artifact name="msb3-maven-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.matsuo.maven.skins', module='msb3-maven-skin', version='0.1.1')
)
libraryDependencies += "pl.matsuo.maven.skins" % "msb3-maven-skin" % "0.1.1"
[pl.matsuo.maven.skins/msb3-maven-skin "0.1.1"]