Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.5 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.5 KB

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'