is not current version
Last Version 0.1.6

com.github.michaelruocco:string-utils 0.1.1

Library containing string utilites

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

string-utils
Version

Version

0.1.1
Type

Type

jar

Download string-utils 0.1.1


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