Download metawidget-swing-4.2.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/org.metawidget.modules.swing/metawidget-swing/pom.properties
META-INF/maven/org.metawidget.modules.swing/metawidget-swing/pom.xml
org.metawidget.swing.Facet.class
org.metawidget.swing.Stub.class
org.metawidget.swing.SwingMetawidget.class
org.metawidget.swing.SwingMetawidgetBeanInfo.class
org.metawidget.swing.SwingValuePropertyProvider.class
org.metawidget.swing.layout.BoxLayout.class
org.metawidget.swing.layout.FlowLayout.class
org.metawidget.swing.layout.GridBagLayout.class
org.metawidget.swing.layout.GridBagLayoutConfig.class
org.metawidget.swing.layout.SeparatorLayoutDecorator.class
org.metawidget.swing.layout.SeparatorLayoutDecoratorConfig.class
org.metawidget.swing.layout.SwingFlatSectionLayoutDecorator.class
org.metawidget.swing.layout.SwingNestedSectionLayoutDecorator.class
org.metawidget.swing.layout.TabbedPaneLayoutDecorator.class
org.metawidget.swing.layout.TabbedPaneLayoutDecoratorConfig.class
org.metawidget.swing.layout.TitledPanelLayoutDecorator.class
org.metawidget.swing.widgetbuilder.CollectionTableModel.class
org.metawidget.swing.widgetbuilder.LookupLabel.class
org.metawidget.swing.widgetbuilder.OverriddenWidgetBuilder.class
org.metawidget.swing.widgetbuilder.ReadOnlyWidgetBuilder.class
org.metawidget.swing.widgetbuilder.SwingWidgetBuilder.class
org.metawidget.swing.widgetbuilder.SwingWidgetBuilderConfig.class
org.metawidget.swing.widgetprocessor.binding.BindingConverter.class
org.metawidget.swing.widgetprocessor.binding.reflection.ReflectionBindingProcessor.class
org.metawidget.swing.widgetprocessor.validator.inputverifier.InputVerifierProcessor.class
org/metawidget/swing/icon/color-16x16.gif
org/metawidget/swing/icon/color-32x32.gif
org/metawidget/swing/icon/mono-16x16.gif
org/metawidget/swing/icon/mono-32x32.gif
org/metawidget/swing/metawidget-swing-default.xml

Pom

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

	<artifactId>metawidget-swing</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>
		<dependency>
			<groupId>org.metawidget.modules</groupId>
			<artifactId>metawidget-core</artifactId>
			<type>test-jar</type>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.metawidget.modules</groupId>
			<artifactId>metawidget-annotation</artifactId>
			<version>${project.version}</version>
			<scope>test</scope>
		</dependency>
	</dependencies>

</project>

POM Entry

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

Download

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




PreviousNext

Related