| Group ID: |
nl.firtree.doesthiscompile |
| Artifact ID: |
javascript-runner |
| Last modified: |
25.10.2025 13:27 |
| Packaging: |
pom.sha512 |
| Name: |
Does This Compile - JavaScript code runner |
|
|
| Size: |
6.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/nl/firtree/doesthiscompile/javascript-runner/0.4.3/javascript-runner-0.4.3.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>nl.firtree.doesthiscompile</groupId>
<artifactId>polyglot</artifactId>
<version>0.4.3</version>
</parent>
<artifactId>javascript-runner</artifactId>
<name>Does This Compile - JavaScript code runner</name>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>25.0.0</version>
<type>pom</type>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>nl.firtree.doesthiscompile</groupId>
<artifactId>javascript-runner</artifactId>
<version>0.4.3</version>
</dependency>
|
| Gradle: |
nl.firtree.doesthiscompile:javascript-runner:0.4.3 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|