Download evo-inflector-1.2.1.jar file

Introduction

You can download evo-inflector-1.2.1.jar in this page.

License

Open Source

Type List

evo-inflector-1.2.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.atteo/evo-inflector/pom.properties
META-INF/maven/org.atteo/evo-inflector/pom.xml
org.atteo.evo.inflector.English.class
org.atteo.evo.inflector.TwoFormInflector.class

Pom

evo-inflector-1.2.1.pom file content.

<?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.11</version>
	</parent>
	<artifactId>evo-inflector</artifactId>
	<version>1.2.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>
	<developers>
		<developer>
			<id>sentinel</id>
			<name>S?awek Piotrowski</name>
			<email>sentinel@atteo.com</email>
		</developer>
	</developers>
	<scm>
		<connection>scm:git:https://github.com/atteo/evo-inflector.git</connection>
		<url>https://github.com/atteo/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>
	<build>
		<pluginManagement>
			<plugins>
				<plugin>
					<artifactId>maven-compiler-plugin</artifactId>
					<version>3.1</version>
					<configuration>
						<source>1.6</source>
						<target>1.6</target>
					</configuration>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>
</project>

POM Entry

<dependency>
   <groupId>org.atteo</groupId>
   <artifactId>evo-inflector</artifactId>
   <version>1.2.1</version>
</dependency>

Download

If you think the following evo-inflector-1.2.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download evo-inflector-1.2.1.jar file




PreviousNext

Related