northem-light-java

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.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

com.arcticicestudio
Идентификатор

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

northem-light-java
Последняя версия

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

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

northem-light-java
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.
Ссылка на сайт

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

https://github.com/arcticicestudio/northem-light-java
Организация-разработчик

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

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

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

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

Скачать northem-light-java

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

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

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
junit : junit Необязательный jar 4.12
org.hamcrest : hamcrest-core Необязательный jar 1.3
org.hamcrest : hamcrest-library Необязательный jar 1.3

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

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

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

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

Версия
0.2.0