Download npn-boot-1.1.10.v20150130.jar file

Introduction

You can download npn-boot-1.1.10.v20150130.jar in this page.

License

Open Source

Type List

npn-boot-1.1.10.v20150130.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.eclipse.jetty.npn/npn-api/pom.properties
META-INF/maven/org.eclipse.jetty.npn/npn-api/pom.xml
META-INF/maven/org.mortbay.jetty.npn/npn-boot/pom.properties
META-INF/maven/org.mortbay.jetty.npn/npn-boot/pom.xml
org.eclipse.jetty.npn.NextProtoNego.class
sun.security.ssl.ClientHandshaker.class
sun.security.ssl.ExtensionType.class
sun.security.ssl.Handshaker.class
sun.security.ssl.HelloExtension.class
sun.security.ssl.HelloExtensions.class
sun.security.ssl.NextProtoNegoExtension.class
sun.security.ssl.NextProtocolMessage.class
sun.security.ssl.RenegotiationInfoExtension.class
sun.security.ssl.SSLEngineImpl.class
sun.security.ssl.ServerHandshaker.class
sun.security.ssl.ServerNameExtension.class
sun.security.ssl.SignatureAlgorithmsExtension.class
sun.security.ssl.SupportedEllipticCurvesExtension.class
sun.security.ssl.SupportedEllipticPointFormatsExtension.class
sun.security.ssl.UnknownExtension.class

Pom

npn-boot-1.1.10.v20150130.pom file content.

<?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">
  <parent>
    <artifactId>npn-project</artifactId>
    <groupId>org.mortbay.jetty.npn</groupId>
    <version>1.1.10.v20150130</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>npn-boot</artifactId>
  <name>Jetty :: Next Protocol Negotiation :: Boot</name>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <artifactSet>
                <includes>
                  <include>org.eclipse.jetty.npn:npn-api</include>
                </includes>
              </artifactSet>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven-plugin</artifactId>
        <executions>
          <execution>
            <id>parse-version</id>
            <goals>
              <goal>parse-version</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <extensions>true</extensions>
        <executions>
          <execution>
            <id>bundle-manifest</id>
            <phase>process-classes</phase>
            <goals>
              <goal>manifest</goal>
            </goals>
            <configuration>
              <instructions>
                <Export-Package>org.eclipse.jetty.npn;sun.security.ssl;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"</Export-Package>
                <Import-Package>!sun.*,</Import-Package>
                <_nouses>true</_nouses>
              </instructions>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestFile>target/classes/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.mortbay.jetty.npn</groupId>
   <artifactId>npn-boot</artifactId>
   <version>1.1.10.v20150130</version>
</dependency>

Download

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



Download npn-boot-1.1.10.v20150130.jar file




PreviousNext

Related