| GroupId | GroupIdcom.intel.icecp | 
    
|---|---|
| ArtifactId | ArtifactIdicecp-module-jsengine | 
    
| Last Version | Last Version0.3.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionICECP module that executes a specified javascript using the Nashorn Engine. 
         | 
    
| Project Organization | 
                    Project OrganizationIntel Corporation | 
            
<!-- https://jarcasting.com/artifacts/com.intel.icecp/icecp-module-jsengine/ -->
<dependency>
    <groupId>com.intel.icecp</groupId>
    <artifactId>icecp-module-jsengine</artifactId>
    <version>0.3.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.intel.icecp/icecp-module-jsengine/
implementation 'com.intel.icecp:icecp-module-jsengine:0.3.0'
                // https://jarcasting.com/artifacts/com.intel.icecp/icecp-module-jsengine/
implementation ("com.intel.icecp:icecp-module-jsengine:0.3.0")
                'com.intel.icecp:icecp-module-jsengine:jar:0.3.0'
                <dependency org="com.intel.icecp" name="icecp-module-jsengine" rev="0.3.0">
  <artifact name="icecp-module-jsengine" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.intel.icecp', module='icecp-module-jsengine', version='0.3.0')
)
                libraryDependencies += "com.intel.icecp" % "icecp-module-jsengine" % "0.3.0"
                [com.intel.icecp/icecp-module-jsengine "0.3.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.intel.icecp : icecp-rpc | jar | [0.2.0, 0.3.0) | 
| com.fasterxml.jackson.core : jackson-core | jar | 2.8.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.intel.icecp : icecp-node | jar | [0.12.12, 0.13.0) |