CoffeeNet Navigation Bar

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

License

License

Categories

Categories

Net
GroupId

GroupId

rocks.coffeenet
ArtifactId

ArtifactId

navigation-bar
Last Version

Last Version

0.16.0
Release Date

Release Date

Type

Type

jar
Description

Description

CoffeeNet Navigation Bar
The navigation bar of the CoffeeNet to provide a consistent look and feel
Project URL

Project URL

https://github.com/coffeenet/coffeenet-navigation-bar
Source Code Management

Source Code Management

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

Download navigation-bar

How to add to project

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

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.

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

Versions

Version
0.16.0