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