Download jadler-all-1.1.1.jar file

Introduction

You can download jadler-all-1.1.1.jar in this page.

License

MIT license

Type List

jadler-all-1.1.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.jadler/jadler-all/pom.properties
META-INF/maven/net.jadler/jadler-all/pom.xml

Pom

jadler-all-1.1.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013 Jadler contributors
This program is made available under the terms of the MIT 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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>net.jadler</groupId>
    <artifactId>jadler-all</artifactId>
    <name>${project.artifactId}</name>
    <description>This module contains all jadler sub-modules. By including jadler-all to a project a complete Jadler
    library will be included automatically.</description>
    <url>http://jadler.net</url>
    <packaging>jar</packaging>
    
    <developers>
        <developer>
            <name>Jan Dudek</name>
            <email>jan.dudek.jr@gmail.com</email>
        </developer>
    </developers>
    
    <licenses>
        <license>
            <name>MIT license</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
        </license>
    </licenses>
    
    <scm>
        <connection>scm:git:git@github.com:jadler-mocking/jadler.git</connection>
        <developerConnection>scm:git:git@github.com:jadler-mocking/jadler.git</developerConnection>
        <url>https://github.com/jadler-mocking/jadler</url>
    </scm>
    
    <parent>
        <groupId>net.jadler</groupId>
        <artifactId>jadler-pom</artifactId>
        <version>1.1.1</version>
    </parent>
 

    <dependencies>
        <!-- JADLER dependencies -->
        <dependency>
            <groupId>net.jadler</groupId>
            <artifactId>jadler-core</artifactId>
        </dependency>
        <dependency>
            <groupId>net.jadler</groupId>
            <artifactId>jadler-jetty</artifactId>
        </dependency>
        <dependency>
            <groupId>net.jadler</groupId>
            <artifactId>jadler-junit</artifactId>
        </dependency>
        
        <!-- TEST -->
        <dependency> 
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
        </dependency>
        <dependency> 
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-library</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>net.jadler</groupId>
   <artifactId>jadler-all</artifactId>
   <version>1.1.1</version>
</dependency>

Download

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



Download jadler-all-1.1.1.jar file




PreviousNext

Related