String Transformers

This is a collection of string transformers, all of which implement a “transform” method that takes a string and returns one. Some transformers are very generic, and others are aimed at botany, taxonomy or related literature.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.kew.rmf
ArtifactId

ArtifactId

string-transformers
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

String Transformers
This is a collection of string transformers, all of which implement a “transform” method that takes a string and returns one. Some transformers are very generic, and others are aimed at botany, taxonomy or related literature.
Project URL

Project URL

https://github.com/RBGKew/String-Transformers
Project Organization

Project Organization

Royal Botanic Gardens, Kew
Source Code Management

Source Code Management

http://github.com/RBGKew/String-Transformers

Download string-transformers

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.1
0.2.0
0.1.0