Download metawidget-facesannotation-4.2.jar file

Introduction

You can download metawidget-facesannotation-4.2.jar in this page.

License

Open Source

Type List

metawidget-facesannotation-4.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.metawidget.modules.faces/metawidget-facesannotation/pom.properties
META-INF/maven/org.metawidget.modules.faces/metawidget-facesannotation/pom.xml
org.metawidget.inspector.faces.FacesAnnotationInspector.class
org.metawidget.inspector.faces.UiFacesAjax.class
org.metawidget.inspector.faces.UiFacesComponent.class
org.metawidget.inspector.faces.UiFacesConverter.class
org.metawidget.inspector.faces.UiFacesDateTimeConverter.class
org.metawidget.inspector.faces.UiFacesLookup.class
org.metawidget.inspector.faces.UiFacesNumberConverter.class
org.metawidget.inspector.faces.UiFacesSuggest.class

Pom

metawidget-facesannotation-4.2.pom file content.

<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">
	<parent>
		<groupId>org.metawidget.modules.faces</groupId>
		<artifactId>faces-parent</artifactId>
		<version>4.2</version>
		<relativePath>../</relativePath>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<artifactId>metawidget-facesannotation</artifactId>
	<packaging>jar</packaging>

	<dependencies>
		<dependency>
			<groupId>org.metawidget.modules.faces</groupId>
			<artifactId>metawidget-faces</artifactId>
			<version>${project.version}</version><!--$NO-MVN-MAN-VER$-->
			<!-- FacesInspectionResultConstants is statically imported -->
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.metawidget.modules</groupId>
			<artifactId>metawidget-core</artifactId>
			<version>${project.version}</version><!--$NO-MVN-MAN-VER$-->
		</dependency>
		<dependency>
			<groupId>com.sun.faces</groupId>
			<artifactId>jsf-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.jboss.spec</groupId>
			<artifactId>jboss-javaee-6.0</artifactId>
			<type>pom</type>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
		</dependency>
		<dependency>
			<groupId>org.metawidget.modules</groupId>
			<artifactId>metawidget-annotation</artifactId>
			<version>${project.version}</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.metawidget.modules.faces</groupId>
			<artifactId>metawidget-faces</artifactId>
			<type>test-jar</type>
			<scope>test</scope>
		</dependency>
	</dependencies>
	
	<build>
		<plugins>
			<plugin>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<target>1.5</target>
				</configuration>
			</plugin>		
		</plugins>
	</build>

</project>

POM Entry

<dependency>
   <groupId>org.metawidget.modules.faces</groupId>
   <artifactId>metawidget-facesannotation</artifactId>
   <version>4.2</version>
</dependency>

Download

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



Download metawidget-facesannotation-4.2.jar file




PreviousNext

Related