CoffeeNet Navigation Bar

The navigation bar of the CoffeeNet to provide a consistent look and feel

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

rocks.coffeenet
Идентификатор

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

navigation-bar
Последняя версия

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

0.16.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

CoffeeNet Navigation Bar
The navigation bar of the CoffeeNet to provide a consistent look and feel
Ссылка на сайт

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

https://github.com/coffeenet/coffeenet-navigation-bar
Система контроля версий

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

https://github.com/coffeenet/coffeenet-navigation-bar

Скачать navigation-bar

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

<!-- https://jarcasting.com/artifacts/rocks.coffeenet/navigation-bar/ -->
<dependency>
    <groupId>rocks.coffeenet</groupId>
    <artifactId>navigation-bar</artifactId>
    <version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/rocks.coffeenet/navigation-bar/
implementation 'rocks.coffeenet:navigation-bar:0.16.0'
// https://jarcasting.com/artifacts/rocks.coffeenet/navigation-bar/
implementation ("rocks.coffeenet:navigation-bar:0.16.0")
'rocks.coffeenet:navigation-bar:jar:0.16.0'
<dependency org="rocks.coffeenet" name="navigation-bar" rev="0.16.0">
  <artifact name="navigation-bar" type="jar" />
</dependency>
@Grapes(
@Grab(group='rocks.coffeenet', module='navigation-bar', version='0.16.0')
)
libraryDependencies += "rocks.coffeenet" % "navigation-bar" % "0.16.0"
[rocks.coffeenet/navigation-bar "0.16.0"]

Зависимости

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

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

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

Build Status

Navigation Bar

How to use

The navigation bar adds the navigation between the CoffeeNet Applications.

To use it you just need to add the maven dependency below and you are ready to go.

Maven

Dependency

<dependency>
    <groupId>rocks.coffeenet</groupId>
    <artifactId>navigation-bar</artifactId>
    <version>${version}</version>
</dependency>

is available at maven central.

Usage

Just add the html snipped listed below:

<html lang="en">
<head>
    <!-- Your header stuff here -->
</head>

<body>
    <!-- CoffeeNet header -->
    <header id="coffeenet-header"></header>

    <!-- Your html here -->

    <script src="/webjars/navigation-bar/bundle.min.js"></script>
    <!-- Your scripts here -->
</body>
</html>

Development

Only change the files based in the /navigation folder.

Build

./mvnw clean install

This command will trigger 'npm install' that will trigger webpack to convert the es2015 javascript file into es5.

rocks.coffeenet

CoffeeNet

Easy integration in a distributed world

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

Версия
0.16.0