icecore-strman

A lightweight library to manipulate- and modify strings.

License

License

GroupId

GroupId

com.arcticicestudio
ArtifactId

ArtifactId

icecore-strman
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

icecore-strman
A lightweight library to manipulate- and modify strings.
Project URL

Project URL

https://github.com/arcticicestudio/icecore-strman
Project Organization

Project Organization

Arctic Ice Studio
Source Code Management

Source Code Management

https://github.com/arcticicestudio/icecore-strman

Download icecore-strman

How to add to project

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

Dependencies

test (3)

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

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.3.0