Skip to content

saasquatch/forge-inflector-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forge-inflector-standalone

License Build Status Download javadoc.io

Standalone Inflector.java from JBoss Forge

Pulled from the original source of JBoss Forge with slight modifications, licensed under EPL v1.0.

Adding to your project

Add the repository

Maven

<repositories>
  <repository>
    <id>jcenter</id>
    <url>https://jcenter.bintray.com/</url>
  </repository>
</repositories>

Gradle

repositories {
  jcenter()
}

Add the dependency

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'