Twonky String Utils

My little library of string utilities for Java

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.twonky
Идентификатор

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

twonky-string-utils
Последняя версия

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

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Twonky String Utils
My little library of string utilities for Java
Ссылка на сайт

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

http://hub.369.dk/java/twonky-string-utils
Система контроля версий

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

http://github.com/soren/twonky-string-utils

Скачать twonky-string-utils

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

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

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

Twonky String Utils

Build Status BCH compliance Maven Central License

Twonky String Utils is my little library of string utilities for Java.

USAGE

To use this library in your own project, you should add the following to your Maven pom.xml file:

<dependency>
  <groupId>net.twonky</groupId>
  <artifactId>twonky-string-utils</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>

SUPPORT AND DOCUMENTATION

Documentation is available at

Issue tracker on Github (report bugs here):

The Central Maven Repository:

LICENSE AND COPYRIGHT

Copyright (C) 2012 Søren Lund

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991 or at your option any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

A copy of the GNU General Public License is available in the source tree; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

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

Версия
1.0