Download webstart-jnlp-servlet-1.0.jar file

Introduction

You can download webstart-jnlp-servlet-1.0.jar in this page.

License

BSD

Type List

webstart-jnlp-servlet-1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.codehaus.mojo.webstart/webstart-jnlp-servlet/pom.properties
META-INF/maven/org.codehaus.mojo.webstart/webstart-jnlp-servlet/pom.xml
jnlp.sample.jardiff.JarDiff.class
jnlp.sample.jardiff.JarDiffConstants.class
jnlp.sample.jardiff.JarDiffPatcher.class
jnlp.sample.jardiff.Patcher.class
jnlp.sample.servlet.DownloadRequest.class
jnlp.sample.servlet.DownloadResponse.class
jnlp.sample.servlet.ErrorResponseException.class
jnlp.sample.servlet.JarDiffHandler.class
jnlp.sample.servlet.JnlpDownloadServlet.class
jnlp.sample.servlet.JnlpFileHandler.class
jnlp.sample.servlet.JnlpResource.class
jnlp.sample.servlet.Logger.class
jnlp.sample.servlet.ResourceCatalog.class
jnlp.sample.servlet.XMLAttribute.class
jnlp.sample.servlet.XMLNode.class
jnlp.sample.servlet.XMLParsing.class
jnlp.sample.util.VersionID.class
jnlp.sample.util.VersionString.class
jnlp/sample/jardiff/resources/strings.properties
jnlp/sample/servlet/resources/strings.properties

Pom

webstart-jnlp-servlet-1.0.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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.codehaus.mojo.webstart</groupId>
    <artifactId>webstart</artifactId>
    <version>1.0-beta-2</version>
  </parent>

  <artifactId>webstart-jnlp-servlet</artifactId>
  <name>MWEBSTART :: JNLP Servlet</name>
  <version>1.0-6.0.02_ea_b02.2</version>
  
  <description>JNLP Sample servlet that supports pack200 protocol. Taken from Sun's JDK sample/jnlp directory thanks to
    its permissive license.
  </description>
  <url>http:///jdk6.dev.java.net/</url>
  <licenses>
    <license>
      <name>BSD</name>
      <url>http://www.opensource.org/licenses/bsd-license.php</url>
      <distribution>repo</distribution>
      <comments>Although SDK 6.0 is not under the BSD license, this particular bit of the code is.</comments>
    </license>
  </licenses>
  <!--scm> available in source package inside a mustang snapshot.
    <connection />
    <developerConnection />
    <tag />
    <url />
  </scm-->
  <organization>
    <name>Sun Microsystems</name>
    <url>http://www.sun.com</url>
  </organization>

  <dependencies>

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <scope>provided</scope>
    </dependency>
  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.codehaus.mojo.webstart</groupId>
   <artifactId>webstart-jnlp-servlet</artifactId>
   <version>1.0</version>
</dependency>

Download

If you think the following webstart-jnlp-servlet-1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download webstart-jnlp-servlet-1.0.jar file




PreviousNext

Related