Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

Latest commit

 

History

History
80 lines (60 loc) · 7.55 KB

README.md

File metadata and controls

80 lines (60 loc) · 7.55 KB

Northem Light Java

Travis CI codecov
release Central Repository OSS Sonatype Snapshot

Java library implementation of the north-bluish light color palette Northem Light.
Optimized for syntax highlighting- and UI projects.
This is a light and more color-intensive variation.

Getting started

Setup

To use northem-light-java it must be available on your classpath.
You can get it from the Central Repository as a dependency for your favorite build tool or download the latest version.

Apache Maven

<dependency>
  <groupId>com.arcticicestudio</groupId>
  <artifactId>northem-light-java</artifactId>
  <version>0.2.0</version>
</dependency>

Gradle

compile(group: 'com.arcticicestudio', name: 'northem-light-java', version: '0.2.0')

Apache Ivy

<dependency org="com.arcticicestudio" name="northem-light-java" rev="0.2.0" />

Development snapshots are available via OSS Sonatype.

Build

Build and install northem-light-java into your local repository without GPG signing:

mvn clean install

Signed artifacts may be build by using the sign-gpg profile with a provided gpg.keyname property:

mvn clean install -Dgpg.keyname=YourGPGKeyId

A continuous integration build is running at Travis-CI.

Variations

Other Projects

Visit the official website for more information.

Development

Changelog

Workflow

This project follows the gitflow branching model.

Specifications

This project follows the Arctic Versioning Specification (ArcVer).

Contribution

Please report issues/bugs, suggestions for improvements and feature requests to the issuetracker.


Copyright © 2016 Arctic Ice Studio

GPL-3.0 CC BY-SA-4.0