组织ID: |
org.eclipse.jetty.npn |
项目ID: |
npn-api |
版本: |
1.1.0.v20120525 |
最后修改时间: |
2018-07-31 21:54:01 |
包类型: |
jar |
标题: |
Jetty :: Next Protocol Negotiation :: API |
大小: |
4.28KB |
|
Maven引入代码: |
<dependency>
<groupId>org.eclipse.jetty.npn</groupId>
<artifactId>npn-api</artifactId>
<version>1.1.0.v20120525</version>
</dependency>
|
Gradle引入代码: |
org.eclipse.jetty.npn:npn-api:1.1.0.v20120525
|
下载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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-parent</artifactId>
<version>19</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.npn</groupId>
<artifactId>npn-api</artifactId>
<version>1.1.0.v20120525</version>
<name>Jetty :: Next Protocol Negotiation :: API</name>
<scm>
<connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git</connection>
<developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git</developerConnection>
<url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/jetty-npn</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>
<arguments>-Peclipse-release</arguments>
<preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.eclipse.jetty.npn.NextProtoNego$Provider.class
org.eclipse.jetty.npn.NextProtoNego$ClientProvider.class
org.eclipse.jetty.npn.NextProtoNego.class
org.eclipse.jetty.npn.NextProtoNego$ServerProvider.class
META-INF/maven/org.eclipse.jetty.npn/npn-api/pom.xml
META-INF/maven/org.eclipse.jetty.npn/npn-api/pom.properties
|
依赖Jar: |
无
|