License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.sdk |
ArtifactId | ArtifactIdlauncher-common |
Last Version | Last Version22.1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLauncher Common
Common infrastructure to create language launchers using the Polyglot API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
launcher-common-22.1.0.1.pom | |
launcher-common-22.1.0.1.jar | 383 KB |
launcher-common-22.1.0.1-sources.jar | 115 KB |
launcher-common-22.1.0.1-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.sdk/launcher-common/ -->
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>launcher-common</artifactId>
<version>22.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.sdk/launcher-common/
implementation 'org.graalvm.sdk:launcher-common:22.1.0.1'
// https://jarcasting.com/artifacts/org.graalvm.sdk/launcher-common/
implementation ("org.graalvm.sdk:launcher-common:22.1.0.1")
'org.graalvm.sdk:launcher-common:jar:22.1.0.1'
<dependency org="org.graalvm.sdk" name="launcher-common" rev="22.1.0.1">
<artifact name="launcher-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.sdk', module='launcher-common', version='22.1.0.1')
)
libraryDependencies += "org.graalvm.sdk" % "launcher-common" % "22.1.0.1"
[org.graalvm.sdk/launcher-common "22.1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.sdk : graal-sdk | jar | 22.1.0.1 |