Standalone Inflector.java from JBoss Forge
Pulled from the original source of JBoss Forge with slight modifications, licensed under EPL v1.0.
Maven
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>
</repositories>
Gradle
repositories {
jcenter()
}
Maven
<dependency>
<groupId>com.saasquatch</groupId>
<artifactId>forge-inflector-standalone</artifactId>
<version>1.0.1</version>
</dependency>
Gradle
compile 'com.saasquatch:forge-inflector-standalone:1.0.1'