| Title: |
JSR-223 Scripting |
| Group ID: |
org.mule.modules |
| Artifact ID: |
mule-module-scripting |
| Version: |
3.6.0 |
| Last modified: |
19.01.2015 16:50 |
| Packaging: |
jar |
| Name: |
JSR-223 Scripting |
| Description: |
Support for Scripting Mule Services and embedding Mule inside scripts |
| Vendor: |
MuleSoft, Inc. |
|
|
| Size: |
31.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/mule/modules/mule-module-scripting/3.6.0/mule-module-scripting-3.6.0.jar |
| POM: |
Show
hide
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.mule.modules</groupId>
<artifactId>mule-modules</artifactId>
<version>3.6.0</version>
</parent>
<artifactId>mule-module-scripting</artifactId>
<packaging>jar</packaging>
<name>JSR-223 Scripting</name>
<description>Support for Scripting Mule Services and embedding Mule inside scripts</description>
<properties>
<licensePath>../../LICENSE_HEADER.txt</licensePath>
</properties>
<dependencies>
<dependency>
<groupId>org.mule</groupId>
<artifactId>mule-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-spring-config</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
<!-- Used by ScriptConfigurationBuilder -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-builders</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-xml</artifactId>
<version>${project.version}</version>
</dependency>
<!--Groovy-->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<classifier>indy</classifier>
</dependency>
<!--Jython-->
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7-b3</version>
</dependency>
<!--Javascript-->
<dependency>
<groupId>javax.script</groupId>
<artifactId>js-engine</artifactId>
<version>${rhinoJsr223Version}</version>
<classifier>jdk14</classifier>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>${rhinoVersion}</version>
</dependency>
<!--Ruby-->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>javax.script</groupId>
<artifactId>jruby-engine</artifactId>
<version>1.1</version>
<classifier>jdk14</classifier>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.mule.tests</groupId>
<artifactId>mule-tests-functional</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-management</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.transports</groupId>
<artifactId>mule-transport-vm</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.transports</groupId>
<artifactId>mule-transport-tcp</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-scripting</artifactId>
<version>3.6.0</version>
</dependency>
|
| Gradle: |
org.mule.modules:mule-module-scripting:3.6.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|