Maven Repository - POM file for Network lift-webkit_2.9.1 2.5.1 2.5.1

Summary

Lift Webkit.

Webkit Library.

Declaration

Here is the list of declaration for lift-webkit_2.9.1. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>net.liftweb</groupId>
   <artifactId>lift-webkit_2.9.1</artifactId>
   <version>2.5.1</version>
</dependency>

If you think this Maven repository POM file listing for lift-webkit_2.9.1 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Apache License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The lift-webkit_2.9.1-2.5.1 has 9 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Servletcommons-fileupload 1.2.2
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
113
Jettyjetty 6.1.26
Jetty server core
111
JUnitjwebunit-htmlunit-plugin 2.5
HtmlUnit plugin for JWebUnit.
36




Packages

The following packages are defined in the lift-webkit_2.9.1-2.5.1.jar

net.liftweb.builtin.snippet
net.liftweb.http
net.liftweb.http.auth
net.liftweb.http.jquery
net.liftweb.http.js
net.liftweb.http.js.extcore
net.liftweb.http.js.jquery
net.liftweb.http.js.yui
net.liftweb.http.provider
net.liftweb.http.provider.servlet
net.liftweb.http.provider.servlet.containers
net.liftweb.http.rest
net.liftweb.mockweb
net.liftweb.sitemap




POM File Source

Here is the content of the POM file.

<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-webkit_2.9.1</artifactId>
    <packaging>jar</packaging>
    <description>Webkit Library</description>
    <url>http://www.liftweb.net</url>
    <version>2.5.1</version>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>Lift Webkit</name>
    <inceptionYear>2006</inceptionYear>
    <organization>
        <name>WorldWide Conferencing, LLC</name>
        <url>http://www.liftweb.net</url>
    </organization>
    <scm>
        <url>https://github.com/lift/framework</url>
        <connection>scm:git:https://github.com/lift/framework.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>net.liftweb</groupId>
            <artifactId>lift-util_2.9.1</artifactId>
            <version>2.5.1</version>
        </dependency>
        <dependency>
            <groupId>net.liftweb</groupId>
            <artifactId>lift-testkit_2.9.1</artifactId>
            <version>2.5.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2_2.9.1</artifactId>
            <version>1.12.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.9.1</artifactId>
            <version>1.10.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.9.1</version>
        </dependency>
        <dependency>
            <groupId>commons-fileupload</groupId>
            <artifactId>commons-fileupload</artifactId>
            <version>1.2.2</version>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>2.5</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>jetty</artifactId>
            <version>6.1.26</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.sourceforge.jwebunit</groupId>
            <artifactId>jwebunit-htmlunit-plugin</artifactId>
            <version>2.5</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>