组织ID: |
net.jadler |
项目ID: |
jadler-all |
版本: |
1.3.0 |
最后修改时间: |
2018-08-10 12:33:35 |
包类型: |
jar |
标题: |
${project.artifactId} |
描述: |
This module contains all jadler sub-modules. By including jadler-all to a project a complete Jadler
library will be included automatically. |
大小: |
1.79KB |
|
Maven引入代码: |
<dependency>
<groupId>net.jadler</groupId>
<artifactId>jadler-all</artifactId>
<version>1.3.0</version>
</dependency>
|
Gradle引入代码: |
net.jadler:jadler-all:1.3.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012 - 2016 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>
<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>
<packaging>jar</packaging>
<parent>
<groupId>net.jadler</groupId>
<artifactId>jadler-pom</artifactId>
<version>1.3.0</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>net.jadler</groupId>
<artifactId>jadler-jdk</artifactId>
<scope>test</scope>
</dependency>
<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>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/net.jadler/jadler-all/pom.xml
META-INF/maven/net.jadler/jadler-all/pom.properties
|
依赖Jar: |
|