| Title: |
JSR-223 Scripting |
| Group ID: |
org.mule.modules |
| Artifact ID: |
mule-module-scripting |
| Version: |
3.1.2 |
| Last modified: |
25.05.2011 19:57 |
| Packaging: |
jar |
| Name: |
JSR-223 Scripting |
| Description: |
Support for Scripting Mule Services and embedding Mule inside scripts |
| Vendor: |
MuleSoft, Inc. |
|
|
| Size: |
26.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/mule/modules/mule-module-scripting/3.1.2/mule-module-scripting-3.1.2.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.1.2</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>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>${springVersion}</version>
</dependency>
<dependency>
<groupId>org.mule</groupId>
<artifactId>mule-core</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-spring-config</artifactId>
<version>${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>${version}</version>
</dependency>
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-xml</artifactId>
<version>${version}</version>
</dependency>
<!-- This is the engine for JSR-223 compliance, not the actual implementation -->
<dependency>
<groupId>org.livetribe</groupId>
<artifactId>livetribe-jsr223</artifactId>
<version>${javaScriptVersion}</version>
</dependency>
<!-- This is the actual language implementation -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.mule.tests</groupId>
<artifactId>mule-tests-functional</artifactId>
<version>${version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-client</artifactId>
<version>${version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-management</artifactId>
<version>${version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.transports</groupId>
<artifactId>mule-transport-vm</artifactId>
<version>${version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mule.transports</groupId>
<artifactId>mule-transport-tcp</artifactId>
<version>${version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-scripting</artifactId>
<version>3.1.2</version>
</dependency>
|
| Gradle: |
org.mule.modules:mule-module-scripting:3.1.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
JAR
groovy-all-1.6.7.jar
in org/codehaus/groovy/groovy-all/1.6.7
-
JAR
livetribe-jsr223-2.0.5.jar
in org/livetribe/livetribe-jsr223/2.0.5
-
[JAR]
mule-core-${version}.jar
in org/mule/mule-core/${version}
-
[JAR]
mule-module-builders-${version}.jar
in org/mule/modules/mule-module-builders/${version}
-
[JAR]
mule-module-client-${version}.jar
in org/mule/modules/mule-module-client/${version}
-
[JAR]
mule-module-management-${version}.jar
in org/mule/modules/mule-module-management/${version}
-
[JAR]
mule-module-spring-config-${version}.jar
in org/mule/modules/mule-module-spring-config/${version}
-
[JAR]
mule-module-xml-${version}.jar
in org/mule/modules/mule-module-xml/${version}
-
[JAR]
mule-tests-functional-${version}.jar
in org/mule/tests/mule-tests-functional/${version}
-
[JAR]
mule-transport-tcp-${version}.jar
in org/mule/transports/mule-transport-tcp/${version}
-
[JAR]
mule-transport-vm-${version}.jar
in org/mule/transports/mule-transport-vm/${version}
-
JAR
spring-aop-3.0.3.RELEASE.jar
in org/springframework/spring-aop/3.0.3.RELEASE
-
JAR
spring-aop-3.0.3.RELEASE.jar
in org/springframework/spring-aop/3.0.3.RELEASE
-
JAR
spring-context-3.0.3.RELEASE.jar
in org/springframework/spring-context/3.0.3.RELEASE
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|