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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?