strman-java

A Java 8 string manipulation library.

Github星跟踪图

strman-java Build Status codecov.io License

A Java 8 library for working with Strings.
You can learn about all the String utility functions implemented in strman library by reading the documentation.

Getting Started

To use strman in your application, you have to add strman to your classpath.
strman is available on Maven Central so you just need to add dependency in your favorite build tool as shown below.

For Apache Maven users, please add following to your pom.xml.

<dependencies>
    <dependency>
        <groupId>com.shekhargulati</groupId>
        <artifactId>strman</artifactId>
        <version>0.4.0</version>
    </dependency>
</dependencies>

Gradle users can add following to their build.gradle file.

compile(group: 'com.shekhargulati', name: 'strman', version: '0.4.0')

To learn what we added in the latest version please refer to ./changelog.md.

You can refer to Javadocs online http://shekhargulati.github.io/strman-java/.

Inspiration

This library is inspired by dleitee/strman.

License

strman is licensed under the MIT License - see the LICENSE file for details.

主要指标

概览
名称与所有者shekhargulati/strman-java
主编程语言Java
编程语言Java (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2016-05-03 14:32:20
推送于2020-02-07 11:18:34
最后一次提交2017-11-10 13:59:03
发布数4
最新版本名称0.4.0 (发布于 2017-06-30 11:27:17)
第一版名称0.1.0 (发布于 2016-05-22 21:05:07)
用户参与
星数1.3k
关注者数115
派生数352
提交数134
已启用问题?
问题数87
打开的问题数13
拉请求数11
打开的拉请求数4
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?