Evo Inflector.
Evo Inflector implements English pluralization algorithm..
Here is the list of declaration for evo-inflector. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.atteo</groupId> <artifactId>evo-inflector</artifactId> <version>1.0.1</version> </dependency>
If you think this Maven repository POM file listing for evo-inflector is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on evo-inflector-1.0.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-hateoas 0.5.0.RELEASE Library to support implementing representations for hyper-text driven REST web services. | 5 |
The following packages are defined in the evo-inflector-1.0.1.jar
org.atteo.evo.inflector
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>parent</artifactId> <groupId>org.atteo</groupId> <version>1.0</version> </parent> <artifactId>evo-inflector</artifactId> <version>1.0.1</version> <name>Evo Inflector</name> <description>Evo Inflector implements English pluralization algorithm.</description> <!-- Javadoc adds /apidocs to this URL when it tries to find Javadocs. Make it happy. --> <url>http://atteo.org/static/evo-inflector</url> <scm> <connection>scm:git:https://github.com/sentinelt/evo-inflector.git</connection> <url>https://github.com/sentinelt/evo-inflector</url> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <scope>test</scope> </dependency> </dependencies> </project>