Download wicketstuff-annotation-8.0.0.jar file

Introduction

You can download wicketstuff-annotation-8.0.0.jar in this page.

License

Open Source

Type List

wicketstuff-annotation-8.0.0.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/org.wicketstuff/wicketstuff-annotation/pom.properties
META-INF/maven/org.wicketstuff/wicketstuff-annotation/pom.xml
org.wicketstuff.annotation.mount.MountPath.class
org.wicketstuff.annotation.scan.AnnotatedMountList.class
org.wicketstuff.annotation.scan.AnnotatedMountScanner.class
org.wicketstuff.config.MatchingResources.class

Pom

wicketstuff-annotation-8.0.0.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">

	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.wicketstuff</groupId>
		<artifactId>wicketstuff-core</artifactId>
		<version>8.0.0-M3</version>
	</parent>

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

	<name>Wicket Annotations</name>
	<description>
		Use wicketstuff-annotation to use Java Annotations and class path searching to mount your Wicket pages.
	</description>

	<developers>
		<developer>
			<id>donohoe</id>
			<name>Doug Donohoe</name>
			<email>doug at donohoe dot info</email>
		</developer>
	</developers>

	<dependencies>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.wicketstuff</groupId>
   <artifactId>wicketstuff-annotation</artifactId>
   <version>8.0.0</version>
</dependency>

Download

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



Download wicketstuff-annotation-8.0.0.jar file




PreviousNext

Related