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.
<dependency>
<groupId>com.arcticicestudio</groupId>
<artifactId>icecore-strman</artifactId>
<version>0.3.0</version>
</dependency>
compile(group: 'com.arcticicestudio', name: 'icecore-strman', version: '0.3.0')
<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.