Fluido Skin

Fluido Skin is the 99soft branded alternative Maven site skin with rounded corners and code syntax highlight.

License

License

GroupId

GroupId

org.99soft
ArtifactId

ArtifactId

fluido-skin
Last Version

Last Version

1
Release Date

Release Date

Type

Type

jar
Description

Description

Fluido Skin
Fluido Skin is the 99soft branded alternative Maven site skin with rounded corners and code syntax highlight.
Project URL

Project URL

http://github.com/99soft/fluido-skin/
Project Organization

Project Organization

99 Software Foundation
Source Code Management

Source Code Management

http://github.com/99soft/fluido-skin

Download fluido-skin

How to add to project

<!-- https://jarcasting.com/artifacts/org.99soft/fluido-skin/ -->
<dependency>
    <groupId>org.99soft</groupId>
    <artifactId>fluido-skin</artifactId>
    <version>1</version>
</dependency>
// https://jarcasting.com/artifacts/org.99soft/fluido-skin/
implementation 'org.99soft:fluido-skin:1'
// https://jarcasting.com/artifacts/org.99soft/fluido-skin/
implementation ("org.99soft:fluido-skin:1")
'org.99soft:fluido-skin:jar:1'
<dependency org="org.99soft" name="fluido-skin" rev="1">
  <artifact name="fluido-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.99soft', module='fluido-skin', version='1')
)
libraryDependencies += "org.99soft" % "fluido-skin" % "1"
[org.99soft/fluido-skin "1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

The fluido-skin is an alternative Maven site skin with rounded corners and code syntax highlight.

Do you want to see how does it look? Check these projects pages:

Using it it's quite easy: it is available on Maven central repository and all you need is just add the following XML snippet in your site.xml:

<project name="XXXXXXXX">
    ....
    <skin>
        <groupId>org.99soft</groupId>
        <artifactId>fluido-skin</artifactId>
        <version>VERSION</version>
    </skin>
    ....
</project>

That's all, have fun with it! :)

Versions

Version
1