Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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'

About

Standalone Inflector.java from JBoss Forge

Topics

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages