Fluido Skin

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

Лицензия

Лицензия

Группа

Группа

org.99soft
Идентификатор

Идентификатор

fluido-skin
Последняя версия

Последняя версия

1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Fluido Skin
Fluido Skin is the 99soft branded alternative Maven site skin with rounded corners and code syntax highlight.
Ссылка на сайт

Ссылка на сайт

http://github.com/99soft/fluido-skin/
Организация-разработчик

Организация-разработчик

99 Software Foundation
Система контроля версий

Система контроля версий

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

Скачать fluido-skin

Имя Файла Размер
fluido-skin-1.pom
fluido-skin-1.jar 35 KB
fluido-skin-1-sources.jar 32 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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! :)

Версии библиотеки

Версия
1