Twonky String Utils

My little library of string utilities for Java

License

License

Categories

Categories

Net
GroupId

GroupId

net.twonky
ArtifactId

ArtifactId

twonky-string-utils
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Twonky String Utils
My little library of string utilities for Java
Project URL

Project URL

http://hub.369.dk/java/twonky-string-utils
Source Code Management

Source Code Management

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

Download twonky-string-utils

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0