License |
License |
---|---|
GroupId | GroupIdorg.jbundle.util.webapp |
ArtifactId | ArtifactIdorg.jbundle.util.webapp.webstart.jnlp |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionjbundle-util-webapp-webstart-jnlp - jnlp servlet
This project provides a template for a Applet or Application servlet.
This project packages and runs a WebStart application.
This example shows both Web Start applets and an application.
|
Project Organization |
Project Organizationjbundle.org |
<!-- https://jarcasting.com/artifacts/org.jbundle.util.webapp/org.jbundle.util.webapp.webstart.jnlp/ -->
<dependency>
<groupId>org.jbundle.util.webapp</groupId>
<artifactId>org.jbundle.util.webapp.webstart.jnlp</artifactId>
<version>1.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbundle.util.webapp/org.jbundle.util.webapp.webstart.jnlp/
implementation 'org.jbundle.util.webapp:org.jbundle.util.webapp.webstart.jnlp:1.0.1'
// https://jarcasting.com/artifacts/org.jbundle.util.webapp/org.jbundle.util.webapp.webstart.jnlp/
implementation ("org.jbundle.util.webapp:org.jbundle.util.webapp.webstart.jnlp:1.0.1")
'org.jbundle.util.webapp:org.jbundle.util.webapp.webstart.jnlp:war:1.0.1'
<dependency org="org.jbundle.util.webapp" name="org.jbundle.util.webapp.webstart.jnlp" rev="1.0.1">
<artifact name="org.jbundle.util.webapp.webstart.jnlp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jbundle.util.webapp', module='org.jbundle.util.webapp.webstart.jnlp', version='1.0.1')
)
libraryDependencies += "org.jbundle.util.webapp" % "org.jbundle.util.webapp.webstart.jnlp" % "1.0.1"
[org.jbundle.util.webapp/org.jbundle.util.webapp.webstart.jnlp "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.mojo.webstart : webstart-jnlp-servlet | jar | 1.0-6.0.02_ea_b02.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |