You can download jetty-sslengine-6.1.16.jar in this page.
Apache License Version 2
jetty-sslengine-6.1.16.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.mortbay.jetty/jetty-sslengine/pom.properties META-INF/maven/org.mortbay.jetty/jetty-sslengine/pom.xml org.mortbay.jetty.security.SslHttpChannelEndPoint.class org.mortbay.jetty.security.SslSelectChannelConnector.class
jetty-sslengine-6.1.16.pom file content.
<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>project</artifactId> <groupId>org.mortbay.jetty</groupId> <version>6.1.16</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-sslengine</artifactId> <name>Jetty SSLEngine</name> <url>http://jetty.mortbay.org</url> <licenses> <license> <name>Apache License Version 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <build> <defaultGoal>install</defaultGoal> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>copyfiles</id> <phase>install</phase> <goals> <goal>run</goal> </goals> <configuration> <tasks> <copy failonerror="false" file="target/${project.artifactId}-${project.version}.${project.packaging}" todir="../../lib/ext" /> <copy failonerror="false" file="src/main/config/etc/jetty-sslengine.xml" todir="../../etc" /> </tasks> </configuration> </execution> <execution> <id>clean</id> <phase>clean</phase> <goals> <goal>run</goal> </goals> <configuration> <tasks> <delete failonerror="false" file="../../lib/ext/${project.artifactId}-${project.version}.${project.packaging}"/> <delete failonerror="false" file="../../etc/jetty-sslengine.xml"/> </tasks> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>${maven-bundle-plugin-version}</version> <extensions>true</extensions> <executions> <execution> <goals> <goal>manifest</goal> </goals> <configuration> <instructions> <Bundle-SymbolicName>org.mortbay.jetty.security</Bundle-SymbolicName> <Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment> <Import-Package>*</Import-Package> <Export-Package>org.mortbay.jetty.security;version=${project.version}</Export-Package> <Bundle-DocURL>http://jetty.mortbay.org</Bundle-DocURL> </instructions> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>${maven-jar-plugin-version}</version> <configuration> <archive> <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> </archive> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-sslengine</artifactId> <version>6.1.16</version> </dependency>
If you think the following jetty-sslengine-6.1.16.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jetty-sslengine-6.1.16.jar file