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

arcticgrave/icecore-strman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A lightweight library to manipulate- and modify strings.


Getting started

Setup

To use icecore-strman it must be available on your classpath.
You can use it as a dependency for your favorite build tool or download the latest version.

Apache Maven

<dependency>
  <groupId>com.arcticicestudio</groupId>
  <artifactId>icecore-strman</artifactId>
  <version>0.3.0</version>
</dependency>

Gradle

compile(group: 'com.arcticicestudio', name: 'icecore-strman', version: '0.3.0')

Apache Ivy

<dependency org="com.arcticicestudio" name="icecore-strman" rev="0.3.0" />

Development snapshots are available via OSS Sonatype.

Build

Build and install icecore-strman 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

Continuous integration builds are running at Travis CI and Circle CI.

Development

Contribution

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

Credits

Inspired by the

implementations.


Copyright © 2016 Arctic Ice Studio