northem-dark-java

Java library implementation of the north-bluish dark color palette "Northem Dark". Optimized for syntax highlighting and UI projects. This is a darker and more blue-tinged variation.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.arcticicestudio
ArtifactId

ArtifactId

northem-dark-java
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

northem-dark-java
Java library implementation of the north-bluish dark color palette "Northem Dark". Optimized for syntax highlighting and UI projects. This is a darker and more blue-tinged variation.
Project URL

Project URL

https://github.com/arcticicestudio/northem-dark-java
Project Organization

Project Organization

Arctic Ice Studio
Source Code Management

Source Code Management

https://github.com/arcticicestudio/northem-dark-java

Download northem-dark-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.arcticicestudio/northem-dark-java/ -->
<dependency>
    <groupId>com.arcticicestudio</groupId>
    <artifactId>northem-dark-java</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arcticicestudio/northem-dark-java/
implementation 'com.arcticicestudio:northem-dark-java:0.2.0'
// https://jarcasting.com/artifacts/com.arcticicestudio/northem-dark-java/
implementation ("com.arcticicestudio:northem-dark-java:0.2.0")
'com.arcticicestudio:northem-dark-java:jar:0.2.0'
<dependency org="com.arcticicestudio" name="northem-dark-java" rev="0.2.0">
  <artifact name="northem-dark-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arcticicestudio', module='northem-dark-java', version='0.2.0')
)
libraryDependencies += "com.arcticicestudio" % "northem-dark-java" % "0.2.0"
[com.arcticicestudio/northem-dark-java "0.2.0"]

Dependencies

test (3)

Group / Artifact Type Version
junit : junit Optional jar 4.12
org.hamcrest : hamcrest-core Optional jar 1.3
org.hamcrest : hamcrest-library Optional jar 1.3

Project Modules

There are no modules declared in this project.

Northem Dark Java

Travis CI codecov
release Central Repository OSS Sonatype Snapshot

Java library implementation of the north-bluish dark color palette Northem Dark.
Optimized for syntax highlighting- and UI projects.
This is a darker and more blue-tinged variation.

Getting started

Setup

To use northem-dark-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-dark-java</artifactId>
  <version>0.2.0</version>
</dependency>

Gradle

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

Apache Ivy

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

Development snapshots are available via OSS Sonatype.

Build

Build and install northem-dark-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

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

Versions

Version
0.2.0