Download activeweb-1.11.jar file

Introduction

You can download activeweb-1.11.jar in this page.

License

Open Source

Type List

activeweb-1.11.jar file has the following types.

META-INF.maven.org.javalite.activeweb.pom.properties
META-INF.maven.org.javalite.activeweb.pom.xml
META-INF/MANIFEST.MF
activeweb_defaults.properties
org.javalite.activeweb.AWMockMultipartHttpServletRequest.class
org.javalite.activeweb.AbstractControllerConfig.class
org.javalite.activeweb.AbstractDBConfig.class
org.javalite.activeweb.AbstractRouteConfig.class
org.javalite.activeweb.ActionNotFoundException.class
org.javalite.activeweb.ApacheFileItemFacade.class
org.javalite.activeweb.AppConfig.class
org.javalite.activeweb.AppContext.class
org.javalite.activeweb.AppController.class
org.javalite.activeweb.Bootstrap.class
org.javalite.activeweb.Captcha.class
org.javalite.activeweb.ClassLoadException.class
org.javalite.activeweb.CompilationException.class
org.javalite.activeweb.Configuration.class
org.javalite.activeweb.ConfigurationException.class
org.javalite.activeweb.ConnectionBuilder.class
org.javalite.activeweb.ConnectionSpecWrapper.class
org.javalite.activeweb.Context.class
org.javalite.activeweb.ControllerException.class
org.javalite.activeweb.ControllerFactory.class
org.javalite.activeweb.ControllerMetaData.class
org.javalite.activeweb.ControllerPackageLocator.class
org.javalite.activeweb.ControllerRegistry.class
org.javalite.activeweb.ControllerResponse.class
org.javalite.activeweb.ControllerRunner.class
org.javalite.activeweb.Cookie.class
org.javalite.activeweb.DirectResponse.class
org.javalite.activeweb.DynamicClassFactory.class
org.javalite.activeweb.DynamicClassLoader.class
org.javalite.activeweb.FileItem.class
org.javalite.activeweb.FilterException.class
org.javalite.activeweb.FormItem.class
org.javalite.activeweb.FormItemIterator.class
org.javalite.activeweb.HttpMethod.class
org.javalite.activeweb.HttpSupport.class
org.javalite.activeweb.IgnoreSpec.class
org.javalite.activeweb.InitException.class
org.javalite.activeweb.KeyWords.class
org.javalite.activeweb.Messages.class
org.javalite.activeweb.NopResponse.class
org.javalite.activeweb.ParamCopy.class
org.javalite.activeweb.RedirectResponse.class
org.javalite.activeweb.RenderTemplateResponse.class
org.javalite.activeweb.RequestContext.class
org.javalite.activeweb.RequestDispatcher.class
org.javalite.activeweb.RequestUtils.class
org.javalite.activeweb.Route.class
org.javalite.activeweb.RouteBuilder.class
org.javalite.activeweb.RouteException.class
org.javalite.activeweb.Router.class
org.javalite.activeweb.SessionFacade.class
org.javalite.activeweb.SessionHelper.class
org.javalite.activeweb.SimpleHash.class
org.javalite.activeweb.StreamResponse.class
org.javalite.activeweb.TemplateManager.class
org.javalite.activeweb.ViewException.class
org.javalite.activeweb.ViewMissingException.class
org.javalite.activeweb.WebException.class
org.javalite.activeweb.annotations.DELETE.class
org.javalite.activeweb.annotations.GET.class
org.javalite.activeweb.annotations.HEAD.class
org.javalite.activeweb.annotations.POST.class
org.javalite.activeweb.annotations.PUT.class
org.javalite.activeweb.annotations.RESTful.class
org.javalite.activeweb.controller_filters.AbstractLoggingFilter.class
org.javalite.activeweb.controller_filters.ControllerFilter.class
org.javalite.activeweb.controller_filters.ControllerFilterAdapter.class
org.javalite.activeweb.controller_filters.DBConnectionFilter.class
org.javalite.activeweb.controller_filters.HeadersLogFilter.class
org.javalite.activeweb.controller_filters.HttpSupportFilter.class
org.javalite.activeweb.controller_filters.RequestParamsLogFilter.class
org.javalite.activeweb.controller_filters.RequestPropertiesLogFilter.class
org.javalite.activeweb.controller_filters.TimingFilter.class
org.javalite.activeweb.controllers.AbstractLesscController.class
org.javalite.activeweb.freemarker.AbstractFreeMarkerConfig.class
org.javalite.activeweb.freemarker.ConfirmationTag.class
org.javalite.activeweb.freemarker.ContentForTag.class
org.javalite.activeweb.freemarker.ContentTL.class
org.javalite.activeweb.freemarker.DebugTag.class
org.javalite.activeweb.freemarker.FlashTag.class
org.javalite.activeweb.freemarker.FormTag.class
org.javalite.activeweb.freemarker.FreeMarkerTL.class
org.javalite.activeweb.freemarker.FreeMarkerTag.class
org.javalite.activeweb.freemarker.FreeMarkerTemplateManager.class
org.javalite.activeweb.freemarker.LinkToTag.class
org.javalite.activeweb.freemarker.MessageTag.class
org.javalite.activeweb.freemarker.RenderTag.class
org.javalite.activeweb.freemarker.SelectOption.class
org.javalite.activeweb.freemarker.SelectTag.class
org.javalite.activeweb.freemarker.TagFactory.class
org.javalite.activeweb.freemarker.Util.class
org.javalite.activeweb.freemarker.WrapTag.class
org.javalite.activeweb.freemarker.YieldTag.class
org.javalite.activeweb.templator.TemplatorManager.class
org.javalite.activeweb.templator.TemplatorManagerException.class

Pom

activeweb-1.11.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>

    <groupId>org.javalite</groupId>
    <artifactId>activeweb</artifactId>
    <packaging>jar</packaging>
    <version>1.11</version>
    <name>ActiveWeb - Framework</name>
    <description>Core functionality of the framework</description>
    <developers>
        <developer>
            <name>Igor Polevoy</name>
            <email>igor at polevoy.org</email>
        </developer>
    </developers>

    <parent>
        <groupId>org.javalite</groupId>
        <artifactId>activeweb-root</artifactId>
        <version>1.11</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>org.javalite</groupId>
            <artifactId>activejdbc</artifactId>
        </dependency>
        <dependency>
            <groupId>org.javalite</groupId>
            <artifactId>javalite-templator</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.javalite</groupId>
            <artifactId>javalite-common</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>

        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
        </dependency>
      
        <dependency>
             <groupId>org.freemarker</groupId>
             <artifactId>freemarker</artifactId>
         </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
        </dependency>

        <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-simple</artifactId>
        </dependency>

        <dependency>
            <groupId>com.google.inject</groupId>
            <artifactId>guice</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-fileupload</groupId>
            <artifactId>commons-fileupload</artifactId>
        </dependency>        
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.javalite</groupId>
   <artifactId>activeweb</artifactId>
   <version>1.11</version>
</dependency>

Download

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



Download activeweb-1.11.jar file




PreviousNext

Related