{"id":13678652,"url":"https://github.com/shekhargulati/strman-java","last_synced_at":"2025-04-14T05:16:07.791Z","repository":{"id":139474850,"uuid":"57975837","full_name":"shekhargulati/strman-java","owner":"shekhargulati","description":"A Java 8 string manipulation library. ","archived":false,"fork":false,"pushed_at":"2020-02-07T11:18:34.000Z","size":251,"stargazers_count":1343,"open_issues_count":17,"forks_count":354,"subscribers_count":115,"default_branch":"master","last_synced_at":"2025-03-30T23:07:06.048Z","etag":null,"topics":["java","string","string-manipulation"],"latest_commit_sha":null,"homepage":"https://shekhargulati.com/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shekhargulati.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-05-03T14:32:20.000Z","updated_at":"2025-03-01T15:14:08.000Z","dependencies_parsed_at":"2024-01-14T15:21:50.562Z","dependency_job_id":"633ff67f-1d4e-44b9-aa04-43d21e7205b6","html_url":"https://github.com/shekhargulati/strman-java","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekhargulati%2Fstrman-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekhargulati%2Fstrman-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekhargulati%2Fstrman-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekhargulati%2Fstrman-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shekhargulati","download_url":"https://codeload.github.com/shekhargulati/strman-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569118,"owners_count":20959760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","string","string-manipulation"],"created_at":"2024-08-02T13:00:56.608Z","updated_at":"2025-04-07T00:10:47.533Z","avatar_url":"https://github.com/shekhargulati.png","language":"Java","readme":"strman-java [![Build Status](https://travis-ci.org/shekhargulati/strman-java.svg?branch=master)](https://travis-ci.org/shekhargulati/strman-java) [![codecov.io](https://codecov.io/github/shekhargulati/strman-java/coverage.svg?branch=master)](https://codecov.io/github/shekhargulati/strman-java?branch=master) [![License](https://img.shields.io/:license-mit-blue.svg)](./LICENSE.txt)\n------\n\nA Java 8 library for working with Strings.\nYou can learn about all the String utility functions implemented in `strman` library by reading the [documentation](https://github.com/shekhargulati/strman-java/wiki).\n\nGetting Started\n--------\n\nTo use strman in your application, you have to add `strman` to your classpath.\nstrman is available on [Maven Central](http://search.maven.org/) so you just need to add dependency in your favorite build tool as shown below.\n\nFor Apache Maven users, please add following to your `pom.xml`.\n\n```xml\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.shekhargulati\u003c/groupId\u003e\n        \u003cartifactId\u003estrman\u003c/artifactId\u003e\n        \u003cversion\u003e0.4.0\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\nGradle users can add following to their `build.gradle` file.\n\n```\ncompile(group: 'com.shekhargulati', name: 'strman', version: '0.4.0')\n```\n\nTo learn what we added in the latest version please refer to `./changelog.md`.\n\nYou can refer to Javadocs online [http://shekhargulati.github.io/strman-java/](http://shekhargulati.github.io/strman-java/).\n\n## Inspiration\n\nThis library is inspired by [dleitee/strman](https://github.com/dleitee/strman).\n\nLicense\n-------\nstrman is licensed under the MIT License - see the `LICENSE` file for details.\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshekhargulati%2Fstrman-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshekhargulati%2Fstrman-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshekhargulati%2Fstrman-java/lists"}