GroupId | GroupIdstruts |
---|---|
ArtifactId | ArtifactIdstruts-scripting |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStruts Scripting
This project allows Struts Actions to be written in the scripting language
of one's choice rather than as Java classes. It uses the Beans Scripting
Framework to allow scripts to be written in any language BSF supports like
Perl, Python, Ruby, JavaScript, BeanShell, and even VBScript.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
struts-scripting-1.0.1.pom | |
struts-scripting-1.0.1.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/struts/struts-scripting/ -->
<dependency>
<groupId>struts</groupId>
<artifactId>struts-scripting</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/struts/struts-scripting/
implementation 'struts:struts-scripting:1.0.1'
// https://jarcasting.com/artifacts/struts/struts-scripting/
implementation ("struts:struts-scripting:1.0.1")
'struts:struts-scripting:jar:1.0.1'
<dependency org="struts" name="struts-scripting" rev="1.0.1">
<artifact name="struts-scripting" type="jar" />
</dependency>
@Grapes(
@Grab(group='struts', module='struts-scripting', version='1.0.1')
)
libraryDependencies += "struts" % "struts-scripting" % "1.0.1"
[struts/struts-scripting "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-beanutils : commons-beanutils | jar | 1.7.0 |
commons-logging : commons-logging | jar | 1.0.4 |
commons-digester : commons-digester | jar | 1.7 |
commons-validator : commons-validator | jar | 1.1.4 |
struts : struts | jar | 1.2.8 |
oro : oro | jar | 2.0.7 |
bsf : bsf | jar | 2.3.0 |
struts » struts-mailreader | jar | 1.2.8 |
groovy : groovy-all | jar | 1.0-jsr-04 |
commons-lang : commons-lang | jar | 2.1 |
xalan : xalan | jar | 2.7.0 |
Group / Artifact | Type | Version |
---|---|---|
servletapi : servletapi | jar | 2.3 |