You can download alpn-boot-7.1.3.v20150130.jar in this page.
Open Source
alpn-boot-7.1.3.v20150130.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.eclipse.jetty.alpn/alpn-api/pom.properties META-INF/maven/org.eclipse.jetty.alpn/alpn-api/pom.xml META-INF/maven/org.mortbay.jetty.alpn/alpn-boot/pom.properties META-INF/maven/org.mortbay.jetty.alpn/alpn-boot/pom.xml org.eclipse.jetty.alpn.ALPN.class sun.security.ssl.ALPNExtension.class sun.security.ssl.Alerts.class sun.security.ssl.ClientHandshaker.class sun.security.ssl.ExtensionType.class sun.security.ssl.HelloExtension.class sun.security.ssl.HelloExtensions.class sun.security.ssl.RenegotiationInfoExtension.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
alpn-boot-7.1.3.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>alpn-project</artifactId> <groupId>org.mortbay.jetty.alpn</groupId> <version>7.1.3.v20150130</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>alpn-boot</artifactId> <name>Jetty :: ALPN :: 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.alpn:alpn-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.alpn;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>
<dependency> <groupId>org.mortbay.jetty.alpn</groupId> <artifactId>alpn-boot</artifactId> <version>7.1.3.v20150130</version> </dependency>
If you think the following alpn-boot-7.1.3.v20150130.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download alpn-boot-7.1.3.v20150130.jar file