Download wicket-devutils-8.0.0.jar file

Introduction

You can download wicket-devutils-8.0.0.jar in this page.

License

Apache License

Type List

wicket-devutils-8.0.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.wicket/wicket-devutils/pom.properties
META-INF/maven/org.apache.wicket/wicket-devutils/pom.xml
META-INF/services/org.apache.wicket.IInitializer
org.apache.wicket.devutils.DevUtilsPage.class
org.apache.wicket.devutils.DevUtilsPanel.class
org.apache.wicket.devutils.DevelopmentUtilitiesNotEnabledException.class
org.apache.wicket.devutils.debugbar.DebugBar.class
org.apache.wicket.devutils.debugbar.DebugBarInitializer.class
org.apache.wicket.devutils.debugbar.IDebugBarContributor.class
org.apache.wicket.devutils.debugbar.InspectorDebugPanel.class
org.apache.wicket.devutils.debugbar.PageSizeDebugPanel.class
org.apache.wicket.devutils.debugbar.SessionSizeDebugPanel.class
org.apache.wicket.devutils.debugbar.StandardDebugPanel.class
org.apache.wicket.devutils.debugbar.VersionDebugContributor.class
org.apache.wicket.devutils.diskstore.DebugDiskDataStore.class
org.apache.wicket.devutils.diskstore.DebugPageManagerProvider.class
org.apache.wicket.devutils.diskstore.DiskStoreBrowserPage.class
org.apache.wicket.devutils.diskstore.browser.BrowserPanel.class
org.apache.wicket.devutils.diskstore.browser.BrowserTable.class
org.apache.wicket.devutils.diskstore.browser.DataStoreHelper.class
org.apache.wicket.devutils.diskstore.browser.PageWindowColumn.class
org.apache.wicket.devutils.diskstore.browser.PageWindowDescription.class
org.apache.wicket.devutils.diskstore.browser.PageWindowProvider.class
org.apache.wicket.devutils.diskstore.browser.SessionsProviderModel.class
org.apache.wicket.devutils.inspector.ApplicationView.class
org.apache.wicket.devutils.inspector.EnhancedPageView.class
org.apache.wicket.devutils.inspector.InspectorPage.class
org.apache.wicket.devutils.inspector.LiveSessionsPage.class
org.apache.wicket.devutils.inspector.RenderPerformanceListener.class
org.apache.wicket.devutils.inspector.RequestsPage.class
org.apache.wicket.devutils.inspector.SessionSizeModel.class
org.apache.wicket.devutils.inspector.SessionView.class
org.apache.wicket.devutils.stateless.StatelessChecker.class
org.apache.wicket.devutils.stateless.StatelessComponent.class
org/apache/wicket/devutils/DevUtilsPage.html
org/apache/wicket/devutils/debugbar/DebugBar.html
org/apache/wicket/devutils/debugbar/StandardDebugPanel.html
org/apache/wicket/devutils/debugbar/harddrive.png
org/apache/wicket/devutils/debugbar/remove.png
org/apache/wicket/devutils/debugbar/wicket-debugbar.css
org/apache/wicket/devutils/debugbar/wicket-debugbar.js
org/apache/wicket/devutils/debugbar/wicket.png
org/apache/wicket/devutils/diskstore/DiskStoreBrowserPage.html
org/apache/wicket/devutils/diskstore/browser/BrowserPanel.html
org/apache/wicket/devutils/inspector/ApplicationView.html
org/apache/wicket/devutils/inspector/EnhancedPageView.html
org/apache/wicket/devutils/inspector/InspectorPage.html
org/apache/wicket/devutils/inspector/LiveSessionsPage.html
org/apache/wicket/devutils/inspector/RequestsPage.html
org/apache/wicket/devutils/inspector/SessionView.html
org/apache/wicket/devutils/inspector/bug.png

Pom

wicket-devutils-8.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<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.apache.wicket</groupId>
		<artifactId>wicket-parent</artifactId>
		<version>8.0.0-M3</version>
		<relativePath>../pom.xml</relativePath>
	</parent>
	<artifactId>wicket-devutils</artifactId>
	<packaging>jar</packaging>
	<name>Wicket Development Utilities</name>
	<description>
		Wicket development utilities provide helpful features that 
		are typically used during development only, but may be 
		turned on for additional production debugging.
	</description>
	<dependencies>
		<dependency>
			<groupId>org.apache.wicket</groupId>
			<artifactId>wicket-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.wicket</groupId>
			<artifactId>wicket-extensions</artifactId>
		</dependency>
	</dependencies>
	<build>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.codehaus.mojo</groupId>
					<artifactId>clirr-maven-plugin</artifactId>
					<configuration>
						<skip>true</skip>
					</configuration>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>
</project>

POM Entry

<dependency>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-devutils</artifactId>
   <version>8.0.0</version>
</dependency>

Download

If you think the following wicket-devutils-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 wicket-devutils-8.0.0.jar file




PreviousNext

Related