is not current version
Last Version 0.4.0

com.shekhargulati:strman 0.3.0

A Java 8 library for working with String

GroupId

GroupId

com.shekhargulati
ArtifactId

ArtifactId

strman
Version

Version

0.3.0
Type

Type

jar

Download strman 0.3.0


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