MVN

org.codehaus.groovy.modules.scriptom : scriptom-all-assembly

Maven & Gradle

Apr 09, 2009

Scriptom-All Assembly · Assembly that includes the Scriptom JAR, the JACOB JAR and its DLLs, the standard set of type library JARs, and supplemental information. This project does not include Groovy and its dependencies (since versions of Scriptom can run on different versions of Groovy). The contents of this project are included in the latest Windows Installer for Groovy, and may also be used to add full support for Scriptom to Groovy applications running on the Windows platform.

<dependency>
    <groupId>org.codehaus.groovy.modules.scriptom</groupId>
    <artifactId>scriptom-all-assembly</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.groovy.modules.scriptom : scriptom-all-assembly to add to Maven - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of org.codehaus.groovy.modules.scriptom : scriptom-all-assembly to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
scriptom-all-assembly-1.6.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.codehaus.groovy.modules.scriptom</groupId>
    <artifactId>scriptom-all-assembly</artifactId>
    <version>1.6.0</version>
</dependency>