MWEBSTART :: JNLP Servlet

JNLP Sample servlet that supports pack200 protocol. Taken from Sun's JDK sample/jnlp directory thanks to its permissive license.

License

License

BSD
GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

webstart-jnlp-servlet
Last Version

Last Version

1.0-beta-7
Release Date

Release Date

Type

Type

jar
Description

Description

MWEBSTART :: JNLP Servlet
JNLP Sample servlet that supports pack200 protocol. Taken from Sun's JDK sample/jnlp directory thanks to its permissive license.
Project Organization

Project Organization

Sun Microsystems

Download webstart-jnlp-servlet

How to add to project

<!-- https://jarcasting.com/artifacts/org.codehaus.mojo/webstart-jnlp-servlet/ -->
<dependency>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>webstart-jnlp-servlet</artifactId>
    <version>1.0-beta-7</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo/webstart-jnlp-servlet/
implementation 'org.codehaus.mojo:webstart-jnlp-servlet:1.0-beta-7'
// https://jarcasting.com/artifacts/org.codehaus.mojo/webstart-jnlp-servlet/
implementation ("org.codehaus.mojo:webstart-jnlp-servlet:1.0-beta-7")
'org.codehaus.mojo:webstart-jnlp-servlet:jar:1.0-beta-7'
<dependency org="org.codehaus.mojo" name="webstart-jnlp-servlet" rev="1.0-beta-7">
  <artifact name="webstart-jnlp-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo', module='webstart-jnlp-servlet', version='1.0-beta-7')
)
libraryDependencies += "org.codehaus.mojo" % "webstart-jnlp-servlet" % "1.0-beta-7"
[org.codehaus.mojo/webstart-jnlp-servlet "1.0-beta-7"]

Dependencies

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.3

Project Modules

There are no modules declared in this project.

webstart

Build Status Maven Central MIT Licence Gitter

Releasing

  • Make sure gpg-agent is running.
  • Execute mvn -B release:prepare release:perform

For publishing the site do the following:

cd target/checkout
mvn -Preporting verify site site:stage scm-publish:publish-scm
org.codehaus.mojo

MojoHaus

Various plugins for Apache Maven. Previously hosted on Codehaus and known as the codehaus MOJO project

Versions

Version
1.0-beta-7
1.0-beta-6
1.0-beta-5
1.0-beta-4
1.0-beta-3