icecore-strman

A lightweight library to manipulate- and modify strings.

Лицензия

Лицензия

Группа

Группа

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

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

icecore-strman
Последняя версия

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

icecore-strman
A lightweight library to manipulate- and modify strings.
Ссылка на сайт

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

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

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

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

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

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

Скачать icecore-strman

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

<!-- 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"]

Зависимости

test (3)

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

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

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

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

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

Версия
0.3.0