License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.espresso |
ArtifactId | ArtifactIdpolyglot |
Version | Version22.0.0.2 |
Type | Typejar |
Description |
DescriptionPolyglot
Espresso polyglot API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
polyglot-22.0.0.2.pom | |
polyglot-22.0.0.2.jar | 34 KB |
polyglot-22.0.0.2-sources.jar | 37 KB |
polyglot-22.0.0.2-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.espresso/polyglot/ -->
<dependency>
<groupId>org.graalvm.espresso</groupId>
<artifactId>polyglot</artifactId>
<version>22.0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.espresso/polyglot/
implementation 'org.graalvm.espresso:polyglot:22.0.0.2'
// https://jarcasting.com/artifacts/org.graalvm.espresso/polyglot/
implementation ("org.graalvm.espresso:polyglot:22.0.0.2")
'org.graalvm.espresso:polyglot:jar:22.0.0.2'
<dependency org="org.graalvm.espresso" name="polyglot" rev="22.0.0.2">
<artifact name="polyglot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.espresso', module='polyglot', version='22.0.0.2')
)
libraryDependencies += "org.graalvm.espresso" % "polyglot" % "22.0.0.2"
[org.graalvm.espresso/polyglot "22.0.0.2"]