essentials
Parent to multiple utility style sub modules.
| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.mantledillusion.essentials |
| ArtifactId | ArtifactIdstring-essentials |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionString Essentials
String Essentials contain utility classes useful for general Java string handling.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| string-essentials-1.1.1.pom | |
| string-essentials-1.1.1.jar | 4 KB |
| string-essentials-1.1.1-sources.jar | 4 KB |
| string-essentials-1.1.1-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mantledillusion.essentials/string-essentials/ -->
<dependency>
<groupId>com.mantledillusion.essentials</groupId>
<artifactId>string-essentials</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.essentials/string-essentials/
implementation 'com.mantledillusion.essentials:string-essentials:1.1.1'
// https://jarcasting.com/artifacts/com.mantledillusion.essentials/string-essentials/
implementation ("com.mantledillusion.essentials:string-essentials:1.1.1")
'com.mantledillusion.essentials:string-essentials:jar:1.1.1'
<dependency org="com.mantledillusion.essentials" name="string-essentials" rev="1.1.1">
<artifact name="string-essentials" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.essentials', module='string-essentials', version='1.1.1')
)
libraryDependencies += "com.mantledillusion.essentials" % "string-essentials" % "1.1.1"
[com.mantledillusion.essentials/string-essentials "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |
Parent to multiple utility style sub modules.