https://github.com/saasquatch/forge-inflector-standalone
Standalone Inflector.java from JBoss Forge
https://github.com/saasquatch/forge-inflector-standalone
inflection inflections inflector java jboss-forge jcenter
Last synced: 3 months ago
JSON representation
Standalone Inflector.java from JBoss Forge
- Host: GitHub
- URL: https://github.com/saasquatch/forge-inflector-standalone
- Owner: saasquatch
- License: epl-1.0
- Created: 2019-10-01T23:23:03.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T16:56:55.000Z (about 2 years ago)
- Last Synced: 2025-01-18T00:25:39.495Z (9 months ago)
- Topics: inflection, inflections, inflector, java, jboss-forge, jcenter
- Language: Java
- Size: 21.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# forge-inflector-standalone
[](https://opensource.org/licenses/EPL-1.0)
[](https://travis-ci.org/saasquatch/forge-inflector-standalone)
[  ](https://bintray.com/saasquatch/java-libs/forge-inflector-standalone/_latestVersion)
[](https://javadoc.io/doc/com.saasquatch/forge-inflector-standalone)Standalone Inflector.java from [JBoss Forge](https://github.com/forge)
Pulled from [the original source of JBoss Forge](https://github.com/forge/core/blob/223ea7fd6b53951787f778e48b3507b1da6e87e9/text/src/main/java/org/jboss/forge/addon/text/Inflector.java) with slight modifications, licensed under [EPL v1.0](https://www.eclipse.org/legal/epl-v10.html).
## Adding to your project
### Add the repository
Maven
```xml
jcenter
https://jcenter.bintray.com/
```
Gradle
```gradle
repositories {
jcenter()
}
```### Add the dependency
Maven
```xml
com.saasquatch
forge-inflector-standalone
1.0.1```
Gradle
```gradle
compile 'com.saasquatch:forge-inflector-standalone:1.0.1'
```