| License |
License
MIT
|
|---|---|
| GroupId | GroupIdcom.shekhargulati |
| ArtifactId | ArtifactIdstrman |
| Last Version | Last Version0.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstrman
A Java 8 library for working with String
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| strman-0.4.0.pom | |
| strman-0.4.0.jar | 89 KB |
| strman-0.4.0-sources.jar | 35 KB |
| strman-0.4.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.shekhargulati/strman/ -->
<dependency>
<groupId>com.shekhargulati</groupId>
<artifactId>strman</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.shekhargulati/strman/
implementation 'com.shekhargulati:strman:0.4.0'
// https://jarcasting.com/artifacts/com.shekhargulati/strman/
implementation ("com.shekhargulati:strman:0.4.0")
'com.shekhargulati:strman:jar:0.4.0'
<dependency org="com.shekhargulati" name="strman" rev="0.4.0">
<artifact name="strman" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shekhargulati', module='strman', version='0.4.0')
)
libraryDependencies += "com.shekhargulati" % "strman" % "0.4.0"
[com.shekhargulati/strman "0.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |