组织ID: |
io.netty |
项目ID: |
netty-build |
版本: |
19 |
最后修改时间: |
2018-08-01 10:35:32 |
包类型: |
jar |
标题: |
Netty/Build |
描述: |
Resources required to build Netty
|
相关URL: |
http://netty.io/ |
大小: |
9.81KB |
|
Maven引入代码: |
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-build</artifactId>
<version>19</version>
</dependency>
|
Gradle引入代码: |
io.netty:netty-build:19
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<relativePath />
</parent>
<groupId>io.netty</groupId>
<artifactId>netty-build</artifactId>
<packaging>jar</packaging>
<version>19</version>
<name>Netty/Build</name>
<url>http://netty.io/</url>
<description>
Resources required to build Netty
</description>
<organization>
<name>The Netty Project</name>
<url>http://netty.io/</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<inceptionYear>2008</inceptionYear>
<scm>
<url>https://github.com/netty/netty-build</url>
<connection>scm:git:git://github.com/netty/netty-build.git</connection>
<developerConnection>scm:git:ssh://git@github.com/netty/netty-build.git</developerConnection>
</scm>
<developers>
<developer>
<id>netty.io</id>
<name>The Netty Project Contributors</name>
<email>netty@googlegroups.com</email>
<url>http://netty.io/</url>
<organization>The Netty Project</organization>
<organizationUrl>http://netty.io/</organizationUrl>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>5.6</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.6</source>
<target>1.6</target>
<debug>true</debug>
<optimize>true</optimize>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
VM_global_library.vm
io/netty/checkstyle.xml
io/netty/suppressions.xml
io.netty.build.checkstyle.NewlineCheck$1.class
io.netty.build.checkstyle.NewlineCheck$NewlineType.class
io.netty.build.checkstyle.SuppressionFilter.class
io.netty.build.checkstyle.NewlineCheck.class
META-INF/maven/io.netty/netty-build/pom.xml
META-INF/maven/io.netty/netty-build/pom.properties
|
依赖Jar: |
checkstyle-5.6.jar
/com.puppycrawl.tools/checkstyle/5.6
查看checkstyle所有版本文件
|