s

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.
Files download
File Operation
scriptom-all-assembly-1.6.0.pom download
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy.modules.scriptom</groupId>
  <artifactId>scriptom-all-assembly</artifactId>
  <version>1.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy.modules.scriptom:scriptom-all-assembly:1.6.0'
Gradle Kotlin
implementation("org.codehaus.groovy.modules.scriptom:scriptom-all-assembly:1.6.0")
Scala SBT
libraryDependencies += "org.codehaus.groovy.modules.scriptom" % "scriptom-all-assembly" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy.modules.scriptom', module='scriptom-all-assembly', version='1.6.0')
)
Apache Ivy
<dependency org="org.codehaus.groovy.modules.scriptom" name="scriptom-all-assembly" rev="1.6.0" />
Leiningen
[org.codehaus.groovy.modules.scriptom/scriptom-all-assembly "1.6.0"]
Apache Buildr
'org.codehaus.groovy.modules.scriptom:scriptom-all-assembly:jar:1.6.0'