Download grizzly-npn-api-1.1.jar file

Introduction

You can download grizzly-npn-api-1.1.jar in this page.

License

Open Source

Type List

grizzly-npn-api-1.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.glassfish.grizzly/grizzly-npn-api/pom.properties
META-INF/maven/org.glassfish.grizzly/grizzly-npn-api/pom.xml
org.glassfish.grizzly.npn.ClientSideNegotiator.class
org.glassfish.grizzly.npn.NegotiationSupport.class
org.glassfish.grizzly.npn.ServerSideNegotiator.class

Pom

grizzly-npn-api-1.1.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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>grizzly-npn</artifactId>
        <groupId>org.glassfish.grizzly</groupId>
        <version>1.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>grizzly-npn-api</artifactId>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <version>2.3.7</version>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Export-Package>
                            org.glassfish.grizzly.npn;version=${project.version}
                        </Export-Package>
                    </instructions>
                </configuration>
                <dependencies>
                    <dependency>
                        <groupId>org.osgi</groupId>
                        <artifactId>org.osgi.core</artifactId>
                        <version>4.2.0</version>
                    </dependency>
                    <dependency>
                        <groupId>org.osgi</groupId>
                        <artifactId>org.osgi.compendium</artifactId>
                        <version>4.2.0</version>
                    </dependency>
                </dependencies>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.glassfish.grizzly</groupId>
   <artifactId>grizzly-npn-api</artifactId>
   <version>1.1</version>
</dependency>

Download

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



Download grizzly-npn-api-1.1.jar file




PreviousNext

Related