Download metawidget-annotation-4.2.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/org.metawidget.modules/metawidget-annotation/pom.properties
META-INF/maven/org.metawidget.modules/metawidget-annotation/pom.xml
org.metawidget.inspector.annotation.MetawidgetAnnotationInspector.class
org.metawidget.inspector.annotation.UiAction.class
org.metawidget.inspector.annotation.UiAttribute.class
org.metawidget.inspector.annotation.UiAttributes.class
org.metawidget.inspector.annotation.UiComesAfter.class
org.metawidget.inspector.annotation.UiDontExpand.class
org.metawidget.inspector.annotation.UiHidden.class
org.metawidget.inspector.annotation.UiLabel.class
org.metawidget.inspector.annotation.UiLarge.class
org.metawidget.inspector.annotation.UiLookup.class
org.metawidget.inspector.annotation.UiMasked.class
org.metawidget.inspector.annotation.UiReadOnly.class
org.metawidget.inspector.annotation.UiRequired.class
org.metawidget.inspector.annotation.UiSection.class
org.metawidget.inspector.annotation.UiWide.class
org.metawidget.inspector.impl.actionstyle.metawidget.MetawidgetActionStyle.class

Pom

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

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

	<dependencies>
		<dependency>
			<groupId>org.metawidget.modules</groupId>
			<artifactId>metawidget-core</artifactId>
			<version>${project.version}</version><!--$NO-MVN-MAN-VER$-->
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<artifactId>maven-jar-plugin</artifactId>
				<executions>
					<execution>
						<goals>
							<goal>test-jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>

</project>

POM Entry

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

Download

If you think the following metawidget-annotation-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-annotation-4.2.jar file




PreviousNext

Related